mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-29 19:53:47 +02:00
Fix jumpDialogCrumb
This commit is contained in:
@@ -131,14 +131,13 @@ export const useGroupStore = defineStore('Group', () => {
|
||||
{ flush: 'sync' }
|
||||
);
|
||||
|
||||
function showGroupDialog(groupId, options = {}) {
|
||||
function showGroupDialog(groupId) {
|
||||
if (!groupId) {
|
||||
return;
|
||||
}
|
||||
uiStore.openDialog({
|
||||
type: 'group',
|
||||
id: groupId,
|
||||
skipBreadcrumb: options.skipBreadcrumb
|
||||
id: groupId
|
||||
});
|
||||
const D = groupDialog.value;
|
||||
D.visible = true;
|
||||
|
||||
Reference in New Issue
Block a user