Ariver
2026-05-06 b05bec957c41ad7899f4ea64d73504dda1b72dcf
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()