feat: disabling button when installing

This commit is contained in:
Chubby Granny Chaser
2025-04-06 23:55:39 +01:00
parent e7427b8184
commit a55b5dafa0
4 changed files with 6 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
import { registerEvent } from "../register-event";
import { GameShop } from "@types";
import path from "node:path";
import { _7Zip, GameFilesManager } from "@main/services";
import { GameFilesManager } from "@main/services";
import { downloadsSublevel, gamesSublevel, levelKeys } from "@main/level";
import { FILE_EXTENSIONS_TO_EXTRACT } from "@shared";