House keeping: removed unused brightness bash

This commit is contained in:
Sébastien Atoch
2025-08-17 05:08:46 -04:00
parent 05f9acdc5d
commit b05abca3c1
2 changed files with 2 additions and 225 deletions
+2 -2
View File
@@ -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) {