Add visual upload pause button, not working yet
This commit is contained in:
@@ -29,5 +29,7 @@ Image {
|
||||
layer.effect: ColorOverlay {
|
||||
color: icon.colorize
|
||||
cached: icon.cache
|
||||
|
||||
Behavior on color { HColorAnimation {} }
|
||||
}
|
||||
}
|
||||
|
@@ -24,6 +24,8 @@ ProgressBar {
|
||||
height: parent.height
|
||||
color: foregroundColor
|
||||
|
||||
Behavior on color { HColorAnimation {} }
|
||||
|
||||
XAnimator on x {
|
||||
running: bar.indeterminate
|
||||
duration: theme.animationDuration * 8
|
||||
|
Reference in New Issue
Block a user