| Apptag/ApptagApp.swift | ●●●●● 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()