Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't recoomend non default sync option #8348

Merged
merged 1 commit into from
Jan 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions changelog/unreleased/8317
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Don't recommend non default sync option

We fixed a bug where sync all was still recommended on Windows

https://github.com/owncloud/client/issues/8317
2 changes: 1 addition & 1 deletion src/gui/wizard/owncloudadvancedsetuppage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<item>
<widget class="QRadioButton" name="rSyncEverything">
<property name="text">
<string>S&amp;ynchronize everything from server (recommended)</string>
<string>S&amp;ynchronize everything from server</string>
</property>
<property name="checked">
<bool>true</bool>
Expand Down