mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-05 00:47:36 +01:00
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…
x
Reference in New Issue
Block a user