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