Add syncing indicator to AccountsBar accounts

This commit is contained in:
miruka
2020-05-10 15:29:18 -04:00
parent 97fdc214dd
commit c2e212c1eb
2 changed files with 21 additions and 3 deletions

View File

@@ -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 {
}
}
}