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
+3 -3
View File
@@ -363,7 +363,7 @@ NPanel {
}
function completeSetup() {
Logger.log("SetupWizard", "Completing setup with selected options")
Logger.i("SetupWizard", "Completing setup with selected options")
if (selectedWallpaperDirectory !== Settings.data.wallpaper.directory) {
Settings.data.wallpaper.directory = selectedWallpaperDirectory
@@ -380,7 +380,7 @@ NPanel {
Settings.data.setupCompleted = true
Settings.saveImmediate()
Logger.log("SetupWizard", "Setup completed successfully")
Logger.i("SetupWizard", "Setup completed successfully")
root.close()
}
@@ -402,7 +402,7 @@ NPanel {
}
Component.onCompleted: {
Logger.log("SetupWizard", "Setup wizard opened")
Logger.i("SetupWizard", "Setup wizard opened")
// Initialize selections from existing settings to avoid overwriting user config
if (Settings && Settings.data) {
selectedScaleRatio = Settings.data.general.scaleRatio