mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Fix bulk leave groups
This commit is contained in:
@@ -2948,7 +2948,7 @@
|
|||||||
// Leave (remove user from) all selected groups
|
// Leave (remove user from) all selected groups
|
||||||
function bulkLeaveGroups() {
|
function bulkLeaveGroups() {
|
||||||
for (const groupId of userDialogGroupEditSelectedGroupIds.value) {
|
for (const groupId of userDialogGroupEditSelectedGroupIds.value) {
|
||||||
leaveGroupPrompt(groupId);
|
leaveGroup(groupId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user