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):
options = {
"Select": "select",
"Show": "show",
"Edit": "edit",
"Delete": "delete",
"Back": "back"