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

View File

@ -353,9 +353,11 @@ void DialogEditProfile::typeSelected(const QString &newType) {
if (ent->outbound->HasTransport()) {
ui->network_l->setVisible(true);
ui->network->setVisible(true);
ui->network_box->setVisible(true);
} else {
ui->network_l->setVisible(false);
ui->network->setVisible(false);
ui->network_box->setVisible(false);
}
if (ent->outbound->HasTLS()) {
ui->security->setVisible(true);