mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 18:53:47 +02:00
Fix Linux window state, small fixes
This commit is contained in:
@@ -178,7 +178,7 @@ export const useLocationStore = defineStore('Location', () => {
|
||||
photonStore.photonLobbyJointime = new Map();
|
||||
photonStore.photonLobbyActivePortals = new Map();
|
||||
photonStore.photonEvent7List = new Map();
|
||||
photonStore.photonLastEvent7List = '';
|
||||
photonStore.photonLastEvent7List = 0;
|
||||
photonStore.photonLastChatBoxMsg = new Map();
|
||||
photonStore.moderationEventQueue = new Map();
|
||||
if (photonStore.photonEventTable.data.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user