forked from PretendoNetwork/Inkay
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
|
|
@ -24,7 +24,7 @@ enum class InkayStatus {
|
|||
Error = -1 ///< Failed to retrieve the module status
|
||||
};
|
||||
|
||||
void Inkay_Initialize(bool apply_patches);
|
||||
void Inkay_Initialize(bool apply_patches, bool show_startup_toast);
|
||||
void Inkay_Finalize();
|
||||
InkayStatus Inkay_GetStatus();
|
||||
void Inkay_SetPluginRunning();
|
||||
|
|
|
|||
Loading…
Reference in a new issue