This commit is contained in:
Aleksandr Lebedev 2026-04-25 14:49:52 +02:00
parent c3cc88b0e9
commit ffa2d9b25d
3 changed files with 5 additions and 12 deletions

View file

@ -63,14 +63,6 @@ Rectangle {
anchors.verticalCenter: parent.verticalCenter
visible: root.showNetworkIcon
RotationAnimation on rotation {
running: NetworkService.wifiToggling
loops: Animation.Infinite
from: 0
to: 360
duration: 1000
}
}
DankIcon {