fix: show paused status when account has no sync sources#9473
Open
fix: show paused status when account has no sync sources#9473
Conversation
Signed-off-by: Rello <Rello@users.noreply.github.com>
Collaborator
Author
camilasan
requested changes
Feb 19, 2026
Co-authored-by: Camila Ayres <hello@camilasan.com> Signed-off-by: Rello <Rello@users.noreply.github.com>
camilasan
reviewed
Feb 19, 2026
camilasan
requested changes
Feb 19, 2026
Co-authored-by: Camila Ayres <hello@camilasan.com> Signed-off-by: Rello <Rello@users.noreply.github.com>
|
Artifact containing the AppImage: nextcloud-appimage-pr-9473.zip Digest: To test this change/fix you can download the above artifact file, unzip it, and run it. Please make sure to quit your existing Nextcloud app and backup your data. |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Motivation
Description
hasConfiguredSyncSource()helper to detect whether the current account has any configured sync folder or an enabled File Provider/VFS domain (guarded byBUILD_FILE_PROVIDER_MODULE).setSyncStateToConnectedState()to show “Sync paused” with the pause icon when the account is connected but has no configured sync source instead of reporting “All synced!”.initSyncState()to only process folders that belong to the active account to avoid unrelated folders affecting the tray summary.src/gui/tray/syncstatussummary.cpp.Testing
xcodebuild build -target NextcloudDev, but the command failed in this environment becausexcodebuildis not available (bash: command not found: xcodebuild).Codex Task