mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-22 18:33:56 +00:00
feat: apply suggestions
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user