Skip to content

Commit

Permalink
Use NCProgressBar for file provider sync status
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Jan 15, 2024
1 parent 22eeb24 commit ad0b33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/macOS/ui/FileProviderSyncStatus.qml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ GridLayout {
text: root.syncStatus.syncing ? qsTr("Syncing") : qsTr("All synced!")
}

ProgressBar {
NCProgressBar {
Layout.row: 1
Layout.column: 1
Layout.fillWidth: true
Expand Down

0 comments on commit ad0b33c

Please sign in to comment.