mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: apply suggestions
This commit is contained in:
parent
ae3daa4c79
commit
153291f89f
10 changed files with 32 additions and 30 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue