Skip to content

Commit

Permalink
Merge pull request #7741 from nextcloud/bugfix/all-paused-macos-vfs
Browse files Browse the repository at this point in the history
gui/tray: Fix sync state icon showing paused state when using macOS VFS with no standard sync folders
  • Loading branch information
mgallien authored Jan 15, 2025
2 parents e4d7bbe + 952e2d9 commit 0a52cc2
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 0a52cc2

Please sign in to comment.