mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
feat: hide dashboard at startup
This commit is contained in:
@@ -146,6 +146,9 @@ int main(int argc, char *argv[]) {
|
||||
NekoRay::dataStore->Save();
|
||||
}
|
||||
|
||||
// Datastore & Flags
|
||||
if (NekoRay::dataStore->start_minimal) NekoRay::dataStore->flag_tray = true;
|
||||
|
||||
// load routing
|
||||
NekoRay::dataStore->routing->fn = ROUTES_PREFIX + NekoRay::dataStore->active_routing;
|
||||
isLoaded = NekoRay::dataStore->routing->Load();
|
||||
|
||||
Reference in New Issue
Block a user