feat: make startup toast optional

added a configuration option to show/hide startup toast
This commit is contained in:
Jas 2026-05-21 13:37:36 -04:00
commit b04ebb8624
10 changed files with 48 additions and 9 deletions

View file

@ -50,7 +50,7 @@ INITIALIZE_PLUGIN() {
}
// if using pretendo then (try to) apply the ssl patches
Inkay_Initialize(Config::connect_to_network);
Inkay_Initialize(Config::connect_to_network, Config::show_startup_toast);
}
DEINITIALIZE_PLUGIN() {