Keep the bar button glyph in foreground color
active would paint the glyph with the urgent color while running, which reads backwards for a toggle; dimmed alone is the paused cue.
This commit is contained in:
@@ -51,7 +51,6 @@ BarWidget {
|
|||||||
text: "\uF030C" // nf-md-keyboard_outline
|
text: "\uF030C" // nf-md-keyboard_outline
|
||||||
fontSize: Style.font.icon
|
fontSize: Style.font.icon
|
||||||
horizontalMargin: 6
|
horizontalMargin: 6
|
||||||
active: !root.paused
|
|
||||||
dimmed: root.paused
|
dimmed: root.paused
|
||||||
tooltipText: root.paused
|
tooltipText: root.paused
|
||||||
? "Key Visualizer — paused (click to resume)"
|
? "Key Visualizer — paused (click to resume)"
|
||||||
|
|||||||
Reference in New Issue
Block a user