From: Claudio Cambra Date: Mon, 15 Jan 2024 09:18:55 +0000 (+0800) Subject: Use NCProgressBar for file provider sync status X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~7^2~140^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=81d4aa74465543215a5a08ff8cb831b0ad614d50;p=nextcloud-desktop.git Use NCProgressBar for file provider sync status Signed-off-by: Claudio Cambra --- diff --git a/src/gui/macOS/ui/FileProviderSyncStatus.qml b/src/gui/macOS/ui/FileProviderSyncStatus.qml index 7f1c53249..11f093bbc 100644 --- a/src/gui/macOS/ui/FileProviderSyncStatus.qml +++ b/src/gui/macOS/ui/FileProviderSyncStatus.qml @@ -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