mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Merge branch 'main' into hyd-226-investigate-if-its-possible-to-use-psutil-to-list-processes
This commit is contained in:
commit
d2e3d48ef8
3 changed files with 14 additions and 4 deletions
|
@ -72,6 +72,10 @@ app.whenReady().then(async () => {
|
|||
where: { id: 1 },
|
||||
});
|
||||
|
||||
if (userPreferences?.language) {
|
||||
i18n.changeLanguage(userPreferences.language);
|
||||
}
|
||||
|
||||
WindowManager.createMainWindow();
|
||||
WindowManager.createSystemTray(userPreferences?.language || "en");
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue