You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add option to disable CloudProviders sidebar integration
Adds a new setting in General preferences to control whether synchronized folders appear in the file manager sidebar via CloudProviders on Linux.
Changes:
- Add 'showCloudProvidersInFileManager' config setting (defaults to true)
- Add checkbox in General Settings UI (Linux only)
- Check setting during CloudProviderManager initialization
- Skip DBus registration when disabled
The setting requires application restart to take effect.
Signed-off-by: eriolloan <15250783+eriolloan@users.noreply.github.com>
<string>Show synchronized folders in file manager sidebar</string>
72
+
</property>
73
+
<propertyname="toolTip">
74
+
<string>When enabled, synchronized folders will appear in the file manager's sidebar via CloudProviders (Linux only). Requires application restart.</string>
0 commit comments