mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Just for test. Disable status update to avoid havin a sync status animation in tray.
Signed-off-by: alex-z <blackslayer4@gmail.com>
This commit is contained in:
parent
caa4d8943c
commit
fc31ac4a1f
@ -154,7 +154,7 @@ void SyncStatusSummary::setSyncStateForFolder(const Folder *folder)
|
||||
break;
|
||||
case SyncResult::SyncRunning:
|
||||
case SyncResult::NotYetStarted:
|
||||
setSyncing(true);
|
||||
setSyncing(false);
|
||||
if (totalFiles() <= 0) {
|
||||
setSyncStatusString(tr("Preparing sync"));
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user