change select prompt to show prompt

This commit is contained in:
Hirad 2025-07-08 11:52:02 +03:30
parent e80f7259ab
commit c8c5b48b20

View file

@ -70,7 +70,7 @@ class PromptMenu(Menu):
def prompt_options(self): def prompt_options(self):
options = { options = {
"Select": "select", "Show": "show",
"Edit": "edit", "Edit": "edit",
"Delete": "delete", "Delete": "delete",
"Back": "back" "Back": "back"