mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
remove log
This commit is contained in:
@@ -94,14 +94,6 @@
|
||||
const crumb = activeCrumb.value;
|
||||
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;
|
||||
});
|
||||
const activeComponent = computed(() => {
|
||||
@@ -213,10 +205,7 @@
|
||||
|
||||
<template>
|
||||
<Dialog v-model:open="isOpen">
|
||||
<DialogContent
|
||||
:class="dialogClass"
|
||||
style="top: 10vh"
|
||||
:show-close-button="false">
|
||||
<DialogContent :class="dialogClass" style="top: 10vh" :show-close-button="false">
|
||||
<Breadcrumb v-if="shouldShowBreadcrumbs" class="mb-2">
|
||||
<BreadcrumbList>
|
||||
<template v-if="shouldCollapseBreadcrumbs">
|
||||
|
||||
@@ -22,7 +22,7 @@ export const THEME_COLORS = [
|
||||
{
|
||||
key: 'default',
|
||||
label: 'Zinc',
|
||||
swatch: 'oklch(0.205 0 0)',
|
||||
swatch: 'oklch(0.27 0 0)',
|
||||
file: null
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user