Ariver
2026-05-06 b05bec957c41ad7899f4ea64d73504dda1b72dcf
checkpoint: v3.0.4 — Hide app names Toggle 移到 General 标签页最后一行
1 files modified
8 ■■■■ changed files
Apptag/ApptagApp.swift 8 ●●●● patch | view | raw | blame | history
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()