We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff9ac3 commit 1eba203Copy full SHA for 1eba203
changelog/unreleased/9159
@@ -0,0 +1,6 @@
1
+Bugfix: Disable vfs option is ignored
2
+
3
+We fixed a branding issue where vfs was used even when the parameter was set to disabled.
4
5
+https://github.com/owncloud/client/issues/9159
6
+https://github.com/owncloud/enterprise/issues/4820
src/gui/wizard/owncloudadvancedsetuppage.cpp
@@ -115,6 +115,7 @@ void OwncloudAdvancedSetupPage::initializePage()
115
// Just manually hide the button and remove the layout.
116
_ui.rVirtualFileSync->hide();
117
_ui.wSyncStrategy->layout()->removeItem(_ui.lVirtualFileSync);
118
+ setRadioChecked(_ui.rSyncEverything);
119
} else {
120
#ifdef Q_OS_WIN
121
if (vfsMode == Vfs::WindowsCfApi) {
0 commit comments