Skip to content

Commit

Permalink
Ensure we hide the combo box for multiple override servers by default
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra authored and mgallien committed Sep 23, 2024
1 parent 7bfb239 commit 2f0987f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/wizard/owncloudsetuppage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ OwncloudSetupPage::OwncloudSetupPage(QWidget *parent)
} else if (theme->forceOverrideServerUrl()) {
_ui.comboBox->hide();
_ui.leUrl->setEnabled(false);
} else {
_ui.comboBox->hide();
}

registerField(QLatin1String("OCUrl*"), _ui.leUrl);
Expand Down

0 comments on commit 2f0987f

Please sign in to comment.