зеркало из https://github.com/nextcloud/desktop.git
Sharing: Disable 'set password' button when password is empty #5788
This commit is contained in:
Родитель
91f6cae168
Коммит
03aa7e3044
|
@ -302,7 +302,7 @@ void ShareLinkWidget::slotShareSelectionChanged()
|
|||
_ui->lineEdit_password->setPlaceholderText("********");
|
||||
_ui->lineEdit_password->setText(QString());
|
||||
_ui->lineEdit_password->setEnabled(true);
|
||||
_ui->pushButton_setPassword->setEnabled(true);
|
||||
_ui->pushButton_setPassword->setEnabled(false);
|
||||
} else {
|
||||
_ui->checkBox_password->setChecked(false);
|
||||
_ui->lineEdit_password->setPlaceholderText(QString());
|
||||
|
|
Загрузка…
Ссылка в новой задаче