More logs to pinpoint colorscheme issue
This commit is contained in:
parent
73a611d414
commit
eeb928b8c0
2 changed files with 3 additions and 0 deletions
|
|
@ -218,6 +218,8 @@ ColumnLayout {
|
||||||
onClicked: {
|
onClicked: {
|
||||||
// Disable useWallpaperColors when picking a predefined color scheme
|
// Disable useWallpaperColors when picking a predefined color scheme
|
||||||
Settings.data.colorSchemes.useWallpaperColors = false
|
Settings.data.colorSchemes.useWallpaperColors = false
|
||||||
|
Logger.log("ColorSchemeTab", "Disabled matugen setting")
|
||||||
|
|
||||||
Settings.data.colorSchemes.predefinedScheme = schemePath
|
Settings.data.colorSchemes.predefinedScheme = schemePath
|
||||||
ColorSchemeService.applyScheme(schemePath)
|
ColorSchemeService.applyScheme(schemePath)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,7 @@ Singleton {
|
||||||
// Force reload by bouncing the path
|
// Force reload by bouncing the path
|
||||||
schemeReader.path = ""
|
schemeReader.path = ""
|
||||||
schemeReader.path = filePath
|
schemeReader.path = filePath
|
||||||
|
Logger.log("ColorScheme", "Applied color scheme:", filePath)
|
||||||
}
|
}
|
||||||
|
|
||||||
function changedWallpaper() {
|
function changedWallpaper() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue