mirror of
https://github.com/PretendoNetwork/Inkay.git
synced 2026-08-18 03:27:03 +02:00
feat: make startup toast optional
added a configuration option to show/hide startup toast
This commit is contained in:
parent
635f8b55ce
commit
b04ebb8624
10 changed files with 48 additions and 9 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue