[Updated & Fixed] Launch and Re-Launch, Status Indicator.

This commit is contained in:
Sam39
2022-08-08 15:06:38 +03:00
parent ace6947255
commit b6a1fd36fe
2 changed files with 24 additions and 48 deletions

View File

@@ -24,6 +24,8 @@ LONG WINAPI CrashHandler(EXCEPTION_POINTERS* p) {
Launcher::Launcher() :
CurrentPath(std::filesystem::current_path()),
DiscordMessage("Just launched") {
Shutdown.store(false);
Exit.store(false);
Launcher::StaticAbort(this);
DiscordTime = std::time(nullptr);
Log::Init();