mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Properly report Undefined sync status when multiple folders syncing
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
909147bd6c
commit
76ff41f3e0
@ -1681,6 +1681,8 @@ void FolderMan::trayOverallStatus(const QList<Folder *> &folders,
|
||||
*status = SyncResult::SyncRunning;
|
||||
} else if (goodSeen > 0) {
|
||||
*status = SyncResult::Success;
|
||||
} else if (various > 0) {
|
||||
*status = SyncResult::Undefined;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user