feat: autorun minimize to tray

This commit is contained in:
arm64v8a
2022-11-09 12:24:43 +09:00
parent 59922b8b76
commit 4c35a451e9
11 changed files with 44 additions and 65 deletions

View File

@@ -56,6 +56,7 @@ namespace NekoRay {
// Flags
bool flag_use_appdata = false;
bool flag_many = false;
bool flag_tray = false;
// Saved
@@ -87,7 +88,6 @@ namespace NekoRay {
int remember_spmode = NekoRay::SystemProxyMode::DISABLE;
int remember_id = -1919;
bool remember_enable = false;
bool start_minimal = false;
// Socks & HTTP Inbound
QString inbound_address = "127.0.0.1";