Removed outdated comment

This commit is contained in:
quadbyte 2025-08-17 06:39:08 -04:00
parent bfb0bf57b3
commit db97de79eb

View file

@ -212,7 +212,6 @@ ColumnLayout {
anchors.fill: parent
onClicked: {
// Disable useWallpaperColors when picking a predefined color scheme
// TBC: broken uncheck useWallpaperColors
Settings.data.colorSchemes.useWallpaperColors = false
Settings.data.colorSchemes.predefinedScheme = schemePath
ColorSchemeService.applyScheme(schemePath)