mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 05:30:06 +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);
|
||||
} else {
|
||||
ui->security->setCurrentText(tls->enabled ? "tls" : "");
|
||||
ui->security->setEnabled(true);
|
||||
}
|
||||
ui->network->setCurrentText(transport->type);
|
||||
ui->path->setText(transport->path);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user