From 94673355360913334551d5d659d654b86de05776 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sat, 24 Jan 2026 21:57:42 +0800 Subject: [PATCH] hide change tag group display order button when there are fewer than two tag groups --- src/views/desktop/tags/ListPage.vue | 3 ++- src/views/mobile/tags/ListPage.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/desktop/tags/ListPage.vue b/src/views/desktop/tags/ListPage.vue index 1d5e9558..f3fbd177 100644 --- a/src/views/desktop/tags/ListPage.vue +++ b/src/views/desktop/tags/ListPage.vue @@ -77,10 +77,11 @@ v-if="activeTagGroupId && activeTagGroupId !== DEFAULT_TAG_GROUP_ID"> {{ tt('Delete Tag Group') }} - + {{ tt('Delete Tag Group') }} - + {{ tt('Change Group Display Order') }}