1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00

Disable VPN icon rotation

This commit is contained in:
bbedward
2025-09-30 12:59:10 -04:00
parent 82d1672741
commit fcb9a2838d

View File

@@ -37,15 +37,6 @@ Rectangle {
size: Theme.iconSize - 6
color: VpnService.connected ? Theme.primary : Theme.surfaceText
anchors.centerIn: parent
RotationAnimation on rotation {
running: VpnService.isBusy
loops: Animation.Infinite
from: 0
to: 360
duration: 900
}
}
Loader {