mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 16:56:40 +08:00
修复文件浏览器工具栏中的“向上”按钮,仅在路径段存在时显示
This commit is contained in:
@@ -162,7 +162,7 @@ const sortIcon = computed(() => {
|
|||||||
<IconBtn @click="changeSort">
|
<IconBtn @click="changeSort">
|
||||||
<VIcon :icon="sortIcon" />
|
<VIcon :icon="sortIcon" />
|
||||||
</IconBtn>
|
</IconBtn>
|
||||||
<IconBtn @click="goUp">
|
<IconBtn v-if="pathSegments.length > 0" @click="goUp">
|
||||||
<VIcon icon="mdi-arrow-up-bold-outline" />
|
<VIcon icon="mdi-arrow-up-bold-outline" />
|
||||||
</IconBtn>
|
</IconBtn>
|
||||||
<VDialog v-model="newFolderPopper" max-width="35rem">
|
<VDialog v-model="newFolderPopper" max-width="35rem">
|
||||||
|
|||||||
Reference in New Issue
Block a user