File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,11 @@ const showGridPanel = ref(false)
72
72
<TabIcon
73
73
text-xl
74
74
:icon =" currentTab?.icon"
75
- title =" Settings"
75
+ :title =" currentTab.name"
76
+ :fallback =" (currentTab as ModuleBuiltinTab).fallbackIcon"
76
77
:show-title =" false"
77
78
/>
78
79
<span capitalize >
79
-
80
80
{{ currentTab?.name }}
81
81
</span >
82
82
</div >
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ const minimizePanelInteractiveLabel = computed(() => {
125
125
@update:model-value =" (v: boolean) => toggleTab(tab.name, v)"
126
126
>
127
127
<div flex =" ~ gap-2" flex-auto items-center justify-start pr-4 text-sm >
128
- <TabIcon text-xl :icon =" tab.icon" :title =" tab.title" />
128
+ <TabIcon text-xl :icon =" tab.icon" :fallback = " tab.fallbackIcon " : title =" tab.title" />
129
129
<span >{{ tab.title }}</span >
130
130
<div flex-auto />
131
131
<template v-if =" pinnedTabs .includes (tab .name )" >
You can’t perform that action at this time.
0 commit comments