mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-26 12:21:03 +00:00
refactor: prettier changes
This commit is contained in:
@@ -45,7 +45,7 @@ const cancelGameDownload = async (
|
||||
game.status !== GameStatus.Seeding
|
||||
) {
|
||||
Downloader.cancelDownload();
|
||||
if (result.affected) WindowManager.mainWindow.setProgressBar(-1);
|
||||
if (result.affected) WindowManager.mainWindow?.setProgressBar(-1);
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getSteamGameIconUrl, writePipe } from "@main/services";
|
||||
import { getSteamGameIconUrl } from "@main/services";
|
||||
import { gameRepository, repackRepository } from "@main/repository";
|
||||
|
||||
import { registerEvent } from "../register-event";
|
||||
|
||||
Reference in New Issue
Block a user