mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 16:23:50 +02:00
Fix Linux window state, small fixes
This commit is contained in:
@@ -224,11 +224,13 @@ export const useUserStore = defineStore('User', () => {
|
||||
fileCreatedAt: ''
|
||||
},
|
||||
representedGroup: {
|
||||
bannerId: '',
|
||||
bannerUrl: '',
|
||||
description: '',
|
||||
discriminator: '',
|
||||
groupId: '',
|
||||
iconUrl: '',
|
||||
id: '',
|
||||
isRepresenting: false,
|
||||
memberCount: 0,
|
||||
memberVisibility: '',
|
||||
@@ -236,7 +238,8 @@ export const useUserStore = defineStore('User', () => {
|
||||
ownerId: '',
|
||||
privacy: '',
|
||||
shortCode: '',
|
||||
$thumbnailUrl: ''
|
||||
$thumbnailUrl: '',
|
||||
$memberId: ''
|
||||
},
|
||||
isRepresentedGroupLoading: false,
|
||||
joinCount: 0,
|
||||
@@ -775,10 +778,12 @@ export const useUserStore = defineStore('User', () => {
|
||||
};
|
||||
D.isRepresentedGroupLoading = true;
|
||||
D.representedGroup = {
|
||||
bannerId: '',
|
||||
bannerUrl: '',
|
||||
description: '',
|
||||
discriminator: '',
|
||||
groupId: '',
|
||||
id: '',
|
||||
iconUrl: '',
|
||||
isRepresenting: false,
|
||||
memberCount: 0,
|
||||
@@ -787,7 +792,8 @@ export const useUserStore = defineStore('User', () => {
|
||||
ownerId: '',
|
||||
privacy: '',
|
||||
shortCode: '',
|
||||
$thumbnailUrl: ''
|
||||
$thumbnailUrl: '',
|
||||
$memberId: ''
|
||||
};
|
||||
D.lastSeen = '';
|
||||
D.joinCount = 0;
|
||||
|
||||
Reference in New Issue
Block a user