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