mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-03 20:32:07 -04:00
Disable VPN icon rotation
This commit is contained in:
@@ -37,15 +37,6 @@ Rectangle {
|
|||||||
size: Theme.iconSize - 6
|
size: Theme.iconSize - 6
|
||||||
color: VpnService.connected ? Theme.primary : Theme.surfaceText
|
color: VpnService.connected ? Theme.primary : Theme.surfaceText
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
|
||||||
RotationAnimation on rotation {
|
|
||||||
running: VpnService.isBusy
|
|
||||||
loops: Animation.Infinite
|
|
||||||
from: 0
|
|
||||||
to: 360
|
|
||||||
duration: 900
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Loader {
|
Loader {
|
||||||
|
|||||||
Reference in New Issue
Block a user