House keeping: removed unused brightness bash
This commit is contained in:
parent
05f9acdc5d
commit
b05abca3c1
2 changed files with 2 additions and 225 deletions
|
|
@ -97,11 +97,11 @@ Singleton {
|
|||
path: Settings.configDir + "colors.json"
|
||||
watchChanges: true
|
||||
onFileChanged: {
|
||||
Logger.log("Colors", "Reloading colors from disk")
|
||||
Logger.log("Color", "Reloading colors from disk")
|
||||
reload()
|
||||
}
|
||||
onAdapterUpdated: {
|
||||
Logger.log("Colors", "Writing colors to disk")
|
||||
Logger.log("Color", "Writing colors to disk")
|
||||
writeAdapter()
|
||||
}
|
||||
onLoadFailed: function (error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue