More logs to pinpoint colorscheme issue

This commit is contained in:
LemmyCook 2025-08-21 21:35:21 -04:00
parent 73a611d414
commit eeb928b8c0
2 changed files with 3 additions and 0 deletions

View file

@ -218,6 +218,8 @@ ColumnLayout {
onClicked: {
// Disable useWallpaperColors when picking a predefined color scheme
Settings.data.colorSchemes.useWallpaperColors = false
Logger.log("ColorSchemeTab", "Disabled matugen setting")
Settings.data.colorSchemes.predefinedScheme = schemePath
ColorSchemeService.applyScheme(schemePath)
}

View file

@ -36,6 +36,7 @@ Singleton {
// Force reload by bouncing the path
schemeReader.path = ""
schemeReader.path = filePath
Logger.log("ColorScheme", "Applied color scheme:", filePath)
}
function changedWallpaper() {