hide change tag group display order button when there are fewer than two tag groups

This commit is contained in:
MaysWind
2026-01-24 21:57:42 +08:00
parent f916fdff06
commit 9467335536
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -191,7 +191,7 @@
@click="removeTagGroup"
v-if="activeTagGroupId && activeTagGroupId !== DEFAULT_TAG_GROUP_ID">{{ tt('Delete Tag Group') }}</f7-actions-button>
</f7-actions-group>
<f7-actions-group>
<f7-actions-group v-if="allTagGroupsWithDefault.length >= 2">
<f7-actions-button @click="changeTagGroupDisplayOrder">{{ tt('Change Group Display Order') }}</f7-actions-button>
</f7-actions-group>
<f7-actions-group>