Skip to content

Commit

Permalink
Don't recommend non default sync option
Browse files Browse the repository at this point in the history
Fixes: #8317
  • Loading branch information
TheOneRing committed Jan 13, 2021
1 parent 9535b87 commit cfca0f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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

0 comments on commit cfca0f3

Please sign in to comment.