mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-25 19:10:09 +08:00
fix
This commit is contained in:
parent
f8ea27d177
commit
33e893f126
@ -291,6 +291,7 @@ void DialogEditProfile::typeSelected(const QString &newType) {
|
|||||||
ui->security->setEnabled(false);
|
ui->security->setEnabled(false);
|
||||||
} else {
|
} else {
|
||||||
ui->security->setCurrentText(tls->enabled ? "tls" : "");
|
ui->security->setCurrentText(tls->enabled ? "tls" : "");
|
||||||
|
ui->security->setEnabled(true);
|
||||||
}
|
}
|
||||||
ui->network->setCurrentText(transport->type);
|
ui->network->setCurrentText(transport->type);
|
||||||
ui->path->setText(transport->path);
|
ui->path->setText(transport->path);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user