ability to disable status bar message
This commit is contained in:
parent
17404bf848
commit
cb2d126c47
2 changed files with 7 additions and 2 deletions
|
@ -12,5 +12,9 @@
|
|||
"ignore": ["^/tmp/", "^/etc/", "^/var/"],
|
||||
|
||||
// Debug mode. Set to true for verbose logging. Defaults to false.
|
||||
"debug": false
|
||||
"debug": false,
|
||||
|
||||
// Status bar message. Set to false to hide status bar message.
|
||||
// Defaults to true.
|
||||
"status_bar_message": true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue