From b05bec957c41ad7899f4ea64d73504dda1b72dcf Mon Sep 17 00:00:00 2001
From: Ariver <ar@MacBook-Air.local>
Date: Wed, 06 May 2026 16:02:11 +0800
Subject: [PATCH] checkpoint: v3.0.4 — Hide app names Toggle 移到 General 标签页最后一行
---
Apptag/ApptagApp.swift | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Apptag/ApptagApp.swift b/Apptag/ApptagApp.swift
index 9d0db43..6867537 100644
--- a/Apptag/ApptagApp.swift
+++ b/Apptag/ApptagApp.swift
@@ -401,10 +401,6 @@
}
Section {
- Toggle("Hide app names", isOn: $hideAppNames)
- }
-
- Section {
LabeledContent("Tag position:") {
Picker("", selection: $tagPosition) {
Text("Left").tag("left")
@@ -452,6 +448,10 @@
} header: {
Text("Layout")
}
+
+ Section {
+ Toggle("Hide app names", isOn: $hideAppNames)
+ }
}
.tabItem { Label("General", systemImage: "gearshape") }
.padding()
--
Gitblit v1.9.3