Skip to content

Commit

Permalink
Set allPaused as false if we have available FileProvider domains with…
Browse files Browse the repository at this point in the history
… macOS VFS

Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra authored and mgallien committed Jan 15, 2025
1 parent e4d7bbe commit 952e2d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/owncloudgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 952e2d9

Please sign in to comment.