This commit is contained in:
parhelia512 2025-11-19 15:13:27 +08:00 committed by GitHub
parent f8ea27d177
commit 33e893f126
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);