mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 08:43:50 +02:00
Fix emoji & sticker count, fix delete/open cached world/avatar, default enable memos
This commit is contained in:
@@ -364,7 +364,9 @@ console.log(`isLinux: ${LINUX}`);
|
||||
getAvatarGallery: this.getAvatarGallery,
|
||||
inviteImageUpload: this.inviteImageUpload,
|
||||
clearInviteImageUpload: this.clearInviteImageUpload,
|
||||
isLinux: this.isLinux
|
||||
isLinux: this.isLinux,
|
||||
openFolderGeneric: this.openFolderGeneric,
|
||||
deleteVRChatCache: this.deleteVRChatCache
|
||||
};
|
||||
},
|
||||
el: '#root',
|
||||
@@ -6277,7 +6279,7 @@ console.log(`isLinux: ${LINUX}`);
|
||||
);
|
||||
$app.data.hideUserMemos = await configRepository.getBool(
|
||||
'VRCX_hideUserMemos',
|
||||
true
|
||||
false
|
||||
);
|
||||
$app.data.hideUnfriends = await configRepository.getBool(
|
||||
'VRCX_hideUnfriends',
|
||||
|
||||
Reference in New Issue
Block a user