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 Feb 5, 2024
1 parent 239e57a commit 14db62f
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 14db62f

Please sign in to comment.