mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-21 07:40:07 +08:00
Update NekoGui_DataStore.hpp
Change the default value of Hide Console.
This commit is contained in:
parent
cf66a6aff1
commit
ae2f11eb1e
@ -150,7 +150,7 @@ namespace NekoGui {
|
||||
int vpn_implementation = 0;
|
||||
int vpn_mtu = 9000;
|
||||
bool vpn_ipv6 = false;
|
||||
bool vpn_hide_console = false;
|
||||
bool vpn_hide_console = true;
|
||||
bool vpn_strict_route = false;
|
||||
bool vpn_rule_white = false;
|
||||
QString vpn_rule_process = "";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user