Logger: huge cleanup

This commit is contained in:
lysec
2025-10-16 15:07:11 +02:00
parent fca8d7a10e
commit 838491ba33
67 changed files with 372 additions and 376 deletions
+2 -2
View File
@@ -106,11 +106,11 @@ Singleton {
printErrors: false
watchChanges: true
onFileChanged: {
Logger.log("Color", "Reloading colors from disk")
Logger.i("Color", "Reloading colors from disk")
reload()
}
onAdapterUpdated: {
Logger.log("Color", "Writing colors to disk")
Logger.i("Color", "Writing colors to disk")
writeAdapter()
}