mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 08:43:50 +02:00
Dialog formatting fixes
This commit is contained in:
@@ -243,7 +243,9 @@
|
||||
const isExportAvatarsListDialogVisible = ref(false);
|
||||
const isEditInviteMessagesDialogVisible = ref(false);
|
||||
const isToolsTabVisible = computed(() => {
|
||||
return useRoute().name === 'tools';
|
||||
const route = useRoute();
|
||||
if (!route) return false;
|
||||
return route.name === 'tools';
|
||||
});
|
||||
|
||||
const showGroupCalendarDialog = () => {
|
||||
|
||||
Reference in New Issue
Block a user