mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-03 10:56:16 +00:00
More logs to pinpoint colorscheme issue
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user