mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Exit group edit mode
This commit is contained in:
@@ -2538,6 +2538,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function getUserGroups(userId) {
|
async function getUserGroups(userId) {
|
||||||
|
exitEditModeCurrentUserGroups();
|
||||||
userDialog.value.isGroupsLoading = true;
|
userDialog.value.isGroupsLoading = true;
|
||||||
userGroups.value = {
|
userGroups.value = {
|
||||||
groups: [],
|
groups: [],
|
||||||
@@ -2859,9 +2860,6 @@
|
|||||||
userRequest.saveCurrentUser({
|
userRequest.saveCurrentUser({
|
||||||
allowAvatarCopying: !currentUser.value.allowAvatarCopying
|
allowAvatarCopying: !currentUser.value.allowAvatarCopying
|
||||||
});
|
});
|
||||||
// .then((args) => {
|
|
||||||
// return args;
|
|
||||||
// });
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function resetHome() {
|
function resetHome() {
|
||||||
|
|||||||
Reference in New Issue
Block a user