mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 13:50:12 +08:00
fix
This commit is contained in:
parent
147173ff4c
commit
5499ed70c6
@ -20,6 +20,7 @@ DialogVPNSettings::DialogVPNSettings(QWidget *parent) : QDialog(parent), ui(new
|
|||||||
ui->vpn_implementation->setCurrentText(Configs::dataStore->vpn_implementation);
|
ui->vpn_implementation->setCurrentText(Configs::dataStore->vpn_implementation);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
ui->vpn_implementation->addItems(Preset::SingBox::VpnImplementation);
|
||||||
ui->vpn_implementation->setCurrentText("gvisor");
|
ui->vpn_implementation->setCurrentText("gvisor");
|
||||||
ui->vpn_implementation->setEnabled(false);
|
ui->vpn_implementation->setEnabled(false);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user