mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
feat: autorun minimize to tray
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user