feat: Allow setting language through the command line

This commit is contained in:
WerWolv
2024-02-01 10:58:45 +01:00
parent 26eec66f89
commit 7709f4e307
7 changed files with 21 additions and 5 deletions

View File

@@ -113,7 +113,7 @@ namespace {
// Draw the splash window while tasks are running
if (!splashWindow.loop())
ImHexApi::System::getInitArguments().insert({ "tasks-failed", {} });
ImHexApi::System::impl::addInitArgument("tasks-failed");
}