mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
remove log
This commit is contained in:
@@ -94,14 +94,6 @@
|
|||||||
const crumb = activeCrumb.value;
|
const crumb = activeCrumb.value;
|
||||||
return crumb?.type ?? null;
|
return crumb?.type ?? null;
|
||||||
})();
|
})();
|
||||||
console.log('[prev-instances] activeType', {
|
|
||||||
type,
|
|
||||||
infoVisible: previousInstancesInfoDialogVisible.value,
|
|
||||||
infoId: previousInstancesInfoDialogInstanceId.value,
|
|
||||||
userVisible: previousInstancesUserDialog.value.visible,
|
|
||||||
worldVisible: previousInstancesWorldDialog.value.visible,
|
|
||||||
groupVisible: previousInstancesGroupDialog.value.visible
|
|
||||||
});
|
|
||||||
return type;
|
return type;
|
||||||
});
|
});
|
||||||
const activeComponent = computed(() => {
|
const activeComponent = computed(() => {
|
||||||
@@ -213,10 +205,7 @@
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<Dialog v-model:open="isOpen">
|
<Dialog v-model:open="isOpen">
|
||||||
<DialogContent
|
<DialogContent :class="dialogClass" style="top: 10vh" :show-close-button="false">
|
||||||
:class="dialogClass"
|
|
||||||
style="top: 10vh"
|
|
||||||
:show-close-button="false">
|
|
||||||
<Breadcrumb v-if="shouldShowBreadcrumbs" class="mb-2">
|
<Breadcrumb v-if="shouldShowBreadcrumbs" class="mb-2">
|
||||||
<BreadcrumbList>
|
<BreadcrumbList>
|
||||||
<template v-if="shouldCollapseBreadcrumbs">
|
<template v-if="shouldCollapseBreadcrumbs">
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ export const THEME_COLORS = [
|
|||||||
{
|
{
|
||||||
key: 'default',
|
key: 'default',
|
||||||
label: 'Zinc',
|
label: 'Zinc',
|
||||||
swatch: 'oklch(0.205 0 0)',
|
swatch: 'oklch(0.27 0 0)',
|
||||||
file: null
|
file: null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user