keep critical color visible during blink (raise opacity floor to 0.45)

This commit is contained in:
Damocles 2026-04-15 16:05:18 +02:00
parent 6748649033
commit 30b9e5c479

View file

@ -31,7 +31,7 @@ M.BarSection {
NumberAnimation {
target: root
property: "_blinkOpacity"
to: 0.2
to: 0.45
duration: 400
easing.type: Easing.InOutQuad
}