[Updated & Fixed] Launch Button, Settings UI, Console.

This commit is contained in:
Sam39
2022-08-08 12:35:14 +03:00
parent f273bc3d90
commit 0bf4415376
4 changed files with 139 additions and 52 deletions

View File

@@ -21,8 +21,8 @@ LONG WINAPI CrashHandler(EXCEPTION_POINTERS* p) {
return EXCEPTION_EXECUTE_HANDLER;
}
Launcher::Launcher(int argc, char* argv[]) :
CurrentPath(std::filesystem::path(argv[0])),
Launcher::Launcher() :
CurrentPath(std::filesystem::current_path()),
DiscordMessage("Just launched") {
Launcher::StaticAbort(this);
DiscordTime = std::time(nullptr);