Fix profile action sheet on ipad

Changelog-Fixed: Fix hidden profile action sheet when clicking ...
This commit is contained in:
William Casarin
2023-01-30 16:39:52 -08:00
parent 889c584487
commit dfb681cc02
2 changed files with 21 additions and 20 deletions

View File

@@ -130,9 +130,9 @@ struct ConfigView: View {
if state.is_privkey_user {
Section(NSLocalizedString("Delete", comment: "Section title for deleting the user")) {
Button(NSLocalizedString("Delete Account", comment: "Button to delete the user's account."), role: .destructive) {
confirm_delete_account = true
}
Button(NSLocalizedString("Delete Account", comment: "Button to delete the user's account."), role: .destructive) {
confirm_delete_account = true
}
}
}
}