fix: only show console color when supported

This commit is contained in:
Jan Laupetin
2025-11-30 16:28:35 +00:00
parent a4aaefa648
commit 7227772045
14 changed files with 108 additions and 29 deletions
+2
View File
@@ -129,6 +129,8 @@ int main(int argc, const char** argv)
g_set_application_name("OpenAssetTools ModMan");
#endif
con::init();
ModManArgs args;
auto shouldContinue = true;
if (!args.ParseArgs(MODMAN_ARGC, MODMAN_ARGV, shouldContinue))