Fixed support in the module manager

This commit is contained in:
Ryzerth
2021-07-26 03:11:51 +02:00
parent b327bfbe5d
commit 85de72a859
37 changed files with 369 additions and 138 deletions

View File

@ -34,8 +34,12 @@ public:
// Change to timer stop later on
workerRunning = false;
if (workerThread.joinable()) { workerThread.join(); }
Discord_ClearPresence();
Discord_Shutdown();
}
void postInit() {}
void enable() {
// Change to timer start later on
workerRunning = true;