mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-04-10 03:07:22 +02:00
Compare commits
1 Commits
main
...
maxgoedjen
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9baf6aa9ed |
@@ -36,11 +36,6 @@ struct SecretListItemView: View {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.showingDeleteConfirmation(isPresented: $isDeleting, secret, store as? AnySecretStoreModifiable) { deleted in
|
|
||||||
if deleted {
|
|
||||||
deletedSecret(secret)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.sheet(isPresented: $isRenaming, onDismiss: {
|
.sheet(isPresented: $isRenaming, onDismiss: {
|
||||||
renamedSecret(secret)
|
renamedSecret(secret)
|
||||||
}, content: {
|
}, content: {
|
||||||
|
|||||||
Reference in New Issue
Block a user