Custom Mod loading fix (#92)

* feat: Add Repair Game functionality including UserData backup and cache clearing

* feat: Add In-App Logs Viewer and Logs Folder shortcut

* feat: Add Open Logs feature

* disable dev tools

* Fix Settings UI

* Implement custom mod loading, autoimport, auto repair

* Fixed Custom Mod loading issues and merge issues

* feat: Externalize sensitive API keys and Discord client ID into environment variables using dotenv.

* feat(mods): add profile-based mod management and auto-repair
This commit is contained in:
Rahul Sahani
2026-01-22 15:31:57 +05:30
committed by GitHub
parent 75f9403888
commit a8da559e93
9 changed files with 525 additions and 233 deletions

4
.gitignore vendored
View File

@@ -8,4 +8,6 @@ pkg/
# Package files
*.tar.zst
*.zst
*.zst
bun.lockb
.env