Ariver
2026-05-06 3928a8de4d50e2cd7519e84aa93f76d25add06d5
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")
@@ -432,8 +428,6 @@
                    Text("Adjust the size of group-name labels in the overlay.")
                        .font(.caption)
                        .foregroundStyle(.secondary)
                } header: {
                    Text("Appearance")
                }
                Section {
@@ -449,8 +443,10 @@
                    Text("Icon display size. Grid columns adjust automatically.")
                        .font(.caption)
                        .foregroundStyle(.secondary)
                } header: {
                    Text("Layout")
                }
                Section {
                    Toggle("Hide app names", isOn: $hideAppNames)
                }
            }
            .tabItem { Label("General", systemImage: "gearshape") }