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 committed Jan 10, 2025
1 parent 745b34c commit c46d914
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 c46d914

Please sign in to comment.