Taskbar: inactive icon bumped from 0.5 to 0.6 opacity

This commit is contained in:
ItsLemmy
2025-10-01 09:40:33 -04:00
parent f37625719d
commit afccf048e7
+1 -1
View File
@@ -77,7 +77,7 @@ Rectangle {
source: ThemeIcons.iconForAppId(taskbarItem.modelData.appId)
smooth: true
asynchronous: true
opacity: modelData.isFocused ? 1.0 : 0.5
opacity: modelData.isFocused ? Style.opacityFull : 0.6
Rectangle {
anchors.bottomMargin: -2 * scaling