mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Set allPaused as false if we have available FileProvider domains with macOS VFS
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
e4d7bbe958
commit
952e2d9fdc
@ -319,6 +319,7 @@ void ownCloudGui::slotComputeOverallSyncStatus()
|
||||
if (!Mac::FileProviderSettingsController::instance()->vfsEnabledForAccount(accountFpId)) {
|
||||
continue;
|
||||
}
|
||||
allPaused = false;
|
||||
const auto fileProvider = Mac::FileProvider::instance();
|
||||
|
||||
if (!fileProvider->xpc()->fileProviderExtReachable(accountFpId)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user