From: Claudio Cambra Date: Wed, 9 Nov 2022 15:43:08 +0000 (+0100) Subject: Ensure forcing a folder to be synced unpauses syncing on said folder X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~11^2~134^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=58660b82f829aa8003f63dfae3132c9c0bb9d3e9;p=nextcloud-desktop.git Ensure forcing a folder to be synced unpauses syncing on said folder Signed-off-by: Claudio Cambra --- diff --git a/src/gui/folderman.cpp b/src/gui/folderman.cpp index 7b6582b68..af035a512 100644 --- a/src/gui/folderman.cpp +++ b/src/gui/folderman.cpp @@ -616,6 +616,8 @@ void FolderMan::forceSyncForFolder(Folder *folder) } folder->slotWipeErrorBlacklist(); // issue #6757 + folder->setSyncPaused(false); + // Insert the selected folder at the front of the queue scheduleFolderNext(folder); }