Remove keyboard shortcut for deletion

This commit is contained in:
Max Goedjen 2022-12-22 23:22:55 -05:00
parent 210297a0cc
commit 714603caac
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ struct DeleteSecretView<StoreType: SecretStoreModifiable>: View {
Spacer()
Button("Delete", action: delete)
.disabled(confirm != secret.name)
.keyboardShortcut(.delete)
Button("Don't Delete") {
dismissalBlock(false)
}