Bugfix: menu_tools()
This commit is contained in:
parent
ab6fd19c02
commit
06affc3bd1
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ def menu_setup():
|
|||
pause('\nPress Enter to return to main menu... ')
|
||||
|
||||
def menu_tools():
|
||||
tools = [k for k in sorted(PE_TOOLS.keys())]
|
||||
tools = [{'Name': k} for k in sorted(PE_TOOLS.keys())]
|
||||
actions = [{'Name': 'Main Menu', 'Letter': 'M'},]
|
||||
set_title(KIT_NAME_FULL)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue