Add syncing indicator to AccountsBar accounts
This commit is contained in:
@@ -51,12 +51,11 @@ HRowLayout {
|
||||
width: height
|
||||
height: parent.height
|
||||
opacity: button.loading ? 1 : 0
|
||||
|
||||
active: opacity > 0
|
||||
sourceComponent: HBusyIndicator {}
|
||||
|
||||
Behavior on opacity { HNumberAnimation {} }
|
||||
|
||||
sourceComponent: HBusyIndicator {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user