quickshell: drop fill-on-select for session menu icons

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
rope 2026-06-17 11:38:11 +01:00
parent 98699b5346
commit 6977568bf2

View file

@ -637,7 +637,6 @@ in
id: sessBtn id: sessBtn
required property var modelData required property var modelData
required property int index required property int index
readonly property bool selected: sessionMenu.selIdx === index
width: 40 width: 40
height: 40 height: 40
@ -649,7 +648,6 @@ in
color: Theme.base05 color: Theme.base05
font.pixelSize: 20 font.pixelSize: 20
font.weight: 600 font.weight: 600
font.variableAxes: { "FILL": sessBtn.selected ? 1.0 : 0.0 }
} }
MouseArea { MouseArea {