mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #1714 from omnivore-app/fix/group-labels-view
Use grouped list for the settings/labels view
This commit is contained in:
commit
acbd291b03
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ struct LabelsView: View {
|
|||
}
|
||||
createLabelButton
|
||||
}
|
||||
.listStyle(PlainListStyle())
|
||||
.navigationTitle(LocalText.labelsGeneric)
|
||||
.alert("Are you sure you want to delete this label?", isPresented: $showDeleteConfirmation) {
|
||||
Button("Delete Label", role: .destructive) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue