mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
sigh, too
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
This commit is contained in:
parent
cd3a72822e
commit
a07db657d5
@ -108,8 +108,9 @@ void Systray::create()
|
||||
|
||||
const auto folderMap = FolderMan::instance()->map();
|
||||
for (const auto *folder : folderMap) {
|
||||
if(!folder->syncPaused()) {
|
||||
if (!folder->syncPaused()) {
|
||||
_syncIsPaused = false;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user