mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: ensure ipcHandles are loaded before create window
This commit is contained in:
parent
ce76bc5b6b
commit
bf4c07241f
3 changed files with 3 additions and 2 deletions
|
@ -13,7 +13,7 @@ import { Downloader } from "@shared";
|
|||
import { IsNull, Not } from "typeorm";
|
||||
|
||||
const loadState = async (userPreferences: UserPreferences | null) => {
|
||||
import("./events");
|
||||
await import("./events");
|
||||
|
||||
Aria2.spawn();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue