mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 14:26:06 +02:00
VRC status checking
This commit is contained in:
+5
-2
@@ -31,6 +31,7 @@ import { useVrStore } from './vr';
|
||||
import { useVrcxStore } from './vrcx';
|
||||
import { useVRCXUpdaterStore } from './vrcxUpdater';
|
||||
import { useWorldStore } from './world';
|
||||
import { useVrcStatusStore } from './vrcStatus';
|
||||
|
||||
import { createSentryPiniaPlugin } from '@sentry/vue';
|
||||
|
||||
@@ -70,7 +71,8 @@ export function createGlobalStores() {
|
||||
vrcx: useVrcxStore(),
|
||||
sharedFeed: useSharedFeedStore(),
|
||||
updateLoop: useUpdateLoopStore(),
|
||||
auth: useAuthStore()
|
||||
auth: useAuthStore(),
|
||||
vrcStatus: useVrcStatusStore()
|
||||
};
|
||||
}
|
||||
|
||||
@@ -106,5 +108,6 @@ export {
|
||||
useVRCXUpdaterStore,
|
||||
useWorldStore,
|
||||
useSharedFeedStore,
|
||||
useUpdateLoopStore
|
||||
useUpdateLoopStore,
|
||||
useVrcStatusStore
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user