Add Tag Group symbol in settings
This commit is contained in:
parent
a2fe0511e0
commit
8ace002e4a
|
@ -268,7 +268,7 @@ struct SettingsTabs: View {
|
|||
private var tagGroupsView: some View {
|
||||
Form {
|
||||
ForEach(preferences.tagGroups, id: \.self) { group in
|
||||
Text(group.title)
|
||||
Label(group.title, systemImage: group.sfSymbolName)
|
||||
}
|
||||
.onDelete { indexes in
|
||||
if let index = indexes.first {
|
||||
|
|
Loading…
Reference in New Issue