зеркало из https://github.com/nextcloud/desktop.git
Accept combo box selection as completed state in setup page
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Родитель
1decedd56f
Коммит
6358f00263
|
@ -179,7 +179,7 @@ void OwncloudSetupPage::slotUrlEditFinished()
|
|||
|
||||
bool OwncloudSetupPage::isComplete() const
|
||||
{
|
||||
return !_ui.leUrl->text().isEmpty() && !_checking;
|
||||
return (!_ui.leUrl->text().isEmpty() || !_ui.comboBox->currentData().toString().isEmpty()) && !_checking;
|
||||
}
|
||||
|
||||
void OwncloudSetupPage::initializePage()
|
||||
|
|
Загрузка…
Ссылка в новой задаче