mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-16 08:29:53 +01:00
KDE: Update splashscreen busy indicator
This commit is contained in:
@@ -63,7 +63,7 @@ Image {
|
||||
|
||||
Image {
|
||||
id: busyIndicator
|
||||
source: "images/busy03.svg"
|
||||
source: "images/busy.svg"
|
||||
anchors.centerIn: parent
|
||||
sourceSize.height: 200
|
||||
sourceSize.width: 200
|
||||
@@ -75,21 +75,6 @@ Image {
|
||||
loops: Animation.Infinite
|
||||
}
|
||||
}
|
||||
|
||||
Image {
|
||||
id: busyIndicator2
|
||||
source: "images/busy03.svg"
|
||||
anchors.centerIn: parent
|
||||
sourceSize.height: 250
|
||||
sourceSize.width: 250
|
||||
RotationAnimator on rotation {
|
||||
id: rotationAnimator2
|
||||
from: 360
|
||||
to: 0
|
||||
duration: 2000
|
||||
loops: Animation.Infinite
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
OpacityAnimator {
|
||||
|
||||
Reference in New Issue
Block a user