fix: Only do function patches if the plugin had to to update init Inkay

This commit is contained in:
Maschell 2025-02-03 12:44:29 +01:00
commit 24f680c6fb
3 changed files with 10 additions and 5 deletions

View file

@ -17,6 +17,7 @@
#include "config.h"
bool Config::internal_init_done = false;
bool Config::connect_to_network = false;
bool Config::initialized = false;
bool Config::shown_uninitialized_warning = false;