delete destructive

This commit is contained in:
Diogo
2024-12-17 10:53:35 +00:00
parent 041acc839d
commit e6b62b8900
@@ -370,7 +370,7 @@ struct ChatListNavLink: View {
]
if let gi = groupInfo, gi.canDelete {
buttons.append(.default(Text("Delete")) {
buttons.append(.destructive(Text("Delete")) {
AlertManager.shared.showAlert(deleteGroupAlert(gi))
})
}