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:
alex-z 2024-04-18 15:16:51 +02:00 committed by allexzander
parent caa4d8943c
commit fc31ac4a1f

View file

@ -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 {