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
33e893f126
commit
dcc75d3f30
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user