Use NCProgressBar for file provider sync status
authorClaudio Cambra <claudio.cambra@nextcloud.com>
Mon, 15 Jan 2024 09:18:55 +0000 (17:18 +0800)
committerClaudio Cambra <claudio.cambra@nextcloud.com>
Mon, 19 Feb 2024 14:45:23 +0000 (22:45 +0800)
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
src/gui/macOS/ui/FileProviderSyncStatus.qml

index 7f1c53249cbe6bd8cd83e51ea1c6e3055eedd8e8..11f093bbcd88bf0db91e8f5a08bf3c2f0bb1d97a 100644 (file)
@@ -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