mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 13:50:12 +08:00
fix proxy scheme
This commit is contained in:
parent
bb31783f76
commit
9a096f16da
@ -111,12 +111,12 @@
|
||||
<widget class="QComboBox" name="proxy_scheme">
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Http</string>
|
||||
<string>http</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Socks</string>
|
||||
<string>socks</string>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
|
||||
@ -25,6 +25,7 @@ DialogBasicSettings::DialogBasicSettings(QWidget *parent)
|
||||
ui->log_level->addItems(QString("trace debug info warn error fatal panic").split(" "));
|
||||
ui->mux_protocol->addItems({"h2mux", "smux", "yamux"});
|
||||
ui->disable_stats->setChecked(NekoGui::dataStore->disable_traffic_stats);
|
||||
ui->proxy_scheme->setCurrentText(NekoGui::dataStore->proxy_scheme);
|
||||
|
||||
D_LOAD_STRING(inbound_address)
|
||||
D_LOAD_COMBO_STRING(log_level)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user