| | |
| | | } |
| | | |
| | | Section { |
| | | Toggle("Hide app names", isOn: $hideAppNames) |
| | | } |
| | | |
| | | Section { |
| | | LabeledContent("Tag position:") { |
| | | Picker("", selection: $tagPosition) { |
| | | Text("Left").tag("left") |
| | |
| | | Text("Adjust the size of group-name labels in the overlay.") |
| | | .font(.caption) |
| | | .foregroundStyle(.secondary) |
| | | } header: { |
| | | Text("Appearance") |
| | | } |
| | | |
| | | Section { |
| | |
| | | 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") } |