feat: implement game launcher window functionality and enhance deep link handling

This commit is contained in:
Moyasee
2026-01-21 21:04:22 +02:00
parent 335f4d33b9
commit 9824f7a905
14 changed files with 554 additions and 14 deletions

View File

@@ -204,6 +204,9 @@ function onOpenGame(game: Game) {
lastSyncTick: now,
});
// Close the launcher window when game starts
WindowManager.closeGameLauncherWindow();
// Hide Hydra to tray on game startup if enabled
db.get<string, UserPreferences | null>(levelKeys.userPreferences, {
valueEncoding: "json",