Made some animations unaffected by theme
People modify animationDuration because they want a snappy client. But it also affects a few things that do not contribute to that and should remain constant speed: - Busy indicator - Progress bar animation - Ping indicator in AddAccount ServerBrowser - Image rotation button cooldown
This commit is contained in:
@@ -255,7 +255,7 @@ HBox {
|
||||
}
|
||||
|
||||
Timer {
|
||||
interval: theme.animationDuration * 2
|
||||
interval: 200
|
||||
running: true
|
||||
repeat: true
|
||||
onTriggered:
|
||||
|
Reference in New Issue
Block a user