mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 16:53:50 +02:00
Clean up
This commit is contained in:
@@ -287,6 +287,10 @@ export const useUserStore = defineStore('User', () => {
|
||||
|
||||
const cachedUsers = new Map();
|
||||
|
||||
const isLocalUserVrcPlusSupporter = computed(
|
||||
() => state.currentUser.$isVRCPlus
|
||||
);
|
||||
|
||||
const currentUser = computed({
|
||||
get: () => state.currentUser,
|
||||
set: (value) => {
|
||||
@@ -2019,6 +2023,7 @@ export const useUserStore = defineStore('User', () => {
|
||||
showUserDialogHistory,
|
||||
customUserTags,
|
||||
cachedUsers,
|
||||
isLocalUserVrcPlusSupporter,
|
||||
applyCurrentUser,
|
||||
applyUser,
|
||||
showUserDialog,
|
||||
|
||||
Reference in New Issue
Block a user