File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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)
7272 <TabIcon
7373 text-xl
7474 :icon =" currentTab?.icon"
75- title =" Settings"
75+ :title =" currentTab.name"
76+ :fallback =" (currentTab as ModuleBuiltinTab).fallbackIcon"
7677 :show-title =" false"
7778 />
7879 <span capitalize >
79-
8080 {{ currentTab?.name }}
8181 </span >
8282 </div >
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ const minimizePanelInteractiveLabel = computed(() => {
125125 @update:model-value =" (v: boolean) => toggleTab(tab.name, v)"
126126 >
127127 <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" />
129129 <span >{{ tab.title }}</span >
130130 <div flex-auto />
131131 <template v-if =" pinnedTabs .includes (tab .name )" >
You can’t perform that action at this time.
0 commit comments