Update NekoGui_DataStore.hpp

Change the default value of Hide Console.
This commit is contained in:
NiiightmareXD 2023-08-31 08:07:00 -07:00 committed by GitHub
parent cf66a6aff1
commit ae2f11eb1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = "";