mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
House keeping: removed unused brightness bash
This commit is contained in:
+2
-2
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user