Update TaskbarGrouped.qml

This commit is contained in:
notiant
2025-10-24 12:16:44 +02:00
committed by GitHub
parent 8064be1546
commit 0c9ecb9782
+1 -1
View File
@@ -164,7 +164,7 @@ Item {
}
layer.effect: ShaderEffect {
property color targetColor: Color.mOnSurface
property color targetColor: Settings.data.colorSchemes.darkMode ? Color.mSurface : Color.mSurfaceVariant
property real colorizeMode: 0
fragmentShader: Qt.resolvedUrl(Quickshell.shellDir + "/Shaders/qsb/appicon_colorize.frag.qsb")
}