Skip to content

Commit 1eba203

Browse files
committedOct 20, 2021
Properly unselect the vfs button.
Fixes: #9159
1 parent 0ff9ac3 commit 1eba203

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
 

‎changelog/unreleased/9159

+6
Original file line numberDiff line numberDiff line change
@@ -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

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ void OwncloudAdvancedSetupPage::initializePage()
115115
// Just manually hide the button and remove the layout.
116116
_ui.rVirtualFileSync->hide();
117117
_ui.wSyncStrategy->layout()->removeItem(_ui.lVirtualFileSync);
118+
setRadioChecked(_ui.rSyncEverything);
118119
} else {
119120
#ifdef Q_OS_WIN
120121
if (vfsMode == Vfs::WindowsCfApi) {

0 commit comments

Comments
 (0)