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