mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[feature] Start LIV service on startup
This commit is contained in:
+3
-1
@@ -19,6 +19,8 @@ import { LocalModelsManagerService } from "./services/additional-content/local-m
|
||||
import { APP_NAME } from "./constants";
|
||||
import { BSLauncherService } from "./services/bs-launcher.service";
|
||||
import { IpcRequest } from "shared/models/ipc";
|
||||
import { LivService } from "./services/liv/liv.service";
|
||||
import { LivShortcut } from "./services/liv/liv-shortcut.service";
|
||||
|
||||
const isDebug = process.env.NODE_ENV === "development" || process.env.DEBUG_PROD === "true";
|
||||
|
||||
@@ -63,7 +65,7 @@ const initServicesMustBeInitialized = () => {
|
||||
LocalMapsManagerService.getInstance();
|
||||
LocalPlaylistsManagerService.getInstance();
|
||||
LocalModelsManagerService.getInstance();
|
||||
|
||||
LivShortcut.getInstance();
|
||||
BSLauncherService.getInstance();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user