mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
fix: initPlugins is async now
This commit is contained in:
@@ -34,7 +34,7 @@ export async function initInteropApi(isVrOverlay = false) {
|
||||
window.AppApiVrElectron = InteropApi.AppApiVrElectron;
|
||||
}
|
||||
|
||||
configRepository.init();
|
||||
await configRepository.init();
|
||||
new vrcxJsonStorage(VRCXStorage);
|
||||
|
||||
AppApi.SetUserAgent();
|
||||
|
||||
Reference in New Issue
Block a user