mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-16 14:27:25 +01:00
List
This commit is contained in:
@@ -33,10 +33,10 @@ struct SecretListItemView: View {
|
||||
.contextMenu {
|
||||
if store is AnySecretStoreModifiable {
|
||||
Button(action: { isRenaming = true }) {
|
||||
Text("Rename")
|
||||
Text("secret_list_rename_button")
|
||||
}
|
||||
Button(action: { isDeleting = true }) {
|
||||
Text("Delete")
|
||||
Text("secret_list_delete_button")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user