Merge branch 'feat/auto-detect-usernames'

This commit is contained in:
Justin Bollinger
2026-04-25 19:09:26 -04:00
4 changed files with 489 additions and 9 deletions
+1
View File
@@ -30,6 +30,7 @@ def _sync_globals_to_main():
"hcatHashFileOrig",
"pipalPath",
"debug_mode",
"hcatUsernamePrefix",
):
if name in globals():
setattr(_main, name, globals()[name])