mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Merge branch 'main' into feat/use-native-notification-for-achievements
# Conflicts: # src/main/index.ts
This commit is contained in:
commit
9ee4e2e29b
12 changed files with 72 additions and 16 deletions
|
@ -101,7 +101,10 @@ app.whenReady().then(async () => {
|
|||
i18n.changeLanguage(userPreferences.language);
|
||||
}
|
||||
|
||||
WindowManager.createMainWindow();
|
||||
if (!process.argv.includes("--hidden")) {
|
||||
WindowManager.createMainWindow();
|
||||
}
|
||||
|
||||
WindowManager.createSystemTray(userPreferences?.language || "en");
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue