feat: apply suggestions

This commit is contained in:
Zamitto 2024-07-03 16:10:23 -03:00
parent ae3daa4c79
commit 153291f89f
10 changed files with 32 additions and 30 deletions

View file

@ -1,7 +1,7 @@
import {
DownloadManager,
RepacksManager,
RPCManager,
PythonInstance,
startMainLoop,
} from "./services";
import {
@ -41,7 +41,7 @@ const loadState = async (userPreferences: UserPreferences | null) => {
if (nextQueueItem?.game.status === "active") {
DownloadManager.startDownload(nextQueueItem.game);
} else {
RPCManager.spawn();
PythonInstance.spawn();
}
startMainLoop();