mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-24 11:21:02 +00:00
feat: implement game launcher window functionality and enhance deep link handling
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user