mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-09 11:42:21 +03:00
fix: forgot to import something during the merge commit
This commit is contained in:
parent
2b14b9dda0
commit
ff189f7677
@ -13,6 +13,7 @@ import { GameStatus } from "@globals";
|
|||||||
import path from "node:path";
|
import path from "node:path";
|
||||||
import crypto from "node:crypto";
|
import crypto from "node:crypto";
|
||||||
import fs from "node:fs";
|
import fs from "node:fs";
|
||||||
|
import { app } from "electron";
|
||||||
|
|
||||||
|
|
||||||
interface DownloadStatus {
|
interface DownloadStatus {
|
||||||
|
Loading…
Reference in New Issue
Block a user