From e3a788e6d4d8125f15c3f1451e64721d118a63cb Mon Sep 17 00:00:00 2001
From: Ariver <ar@MacBook-Air.local>
Date: Wed, 06 May 2026 16:36:56 +0800
Subject: [PATCH] checkpoint: v3.0.4 — 每次进入编辑模式强制刷新 tagColors+draggedTagNames 从 DB,确保新建 tag 可见
---
Apptag/ApptagApp.swift | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/Apptag/ApptagApp.swift b/Apptag/ApptagApp.swift
index 6867537..b93e706 100644
--- a/Apptag/ApptagApp.swift
+++ b/Apptag/ApptagApp.swift
@@ -428,8 +428,6 @@
Text("Adjust the size of group-name labels in the overlay.")
.font(.caption)
.foregroundStyle(.secondary)
- } header: {
- Text("Appearance")
}
Section {
@@ -445,8 +443,6 @@
Text("Icon display size. Grid columns adjust automatically.")
.font(.caption)
.foregroundStyle(.secondary)
- } header: {
- Text("Layout")
}
Section {
--
Gitblit v1.9.3