mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 12:35:52 +03:00
Do not automatically validate server URL when enforced servers is active but have multiple servers
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
0663120f4f
commit
d84ede3ef2
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ void OwncloudSetupPage::initializePage()
|
|||
if (nextButton) {
|
||||
nextButton->setFocus();
|
||||
}
|
||||
} else if (isServerUrlOverridden) {
|
||||
} else if (isServerUrlOverridden && !Theme::instance()->multipleOverrideServers()) {
|
||||
// If the overwritten url is not empty and we force this overwritten url
|
||||
// we just check the server type and switch to next page
|
||||
// immediately.
|
||||
|
|
Loading…
Reference in a new issue