Fix type causing wrong type to be returned
This commit is contained in:
parent
ee1f41a1bb
commit
4cc6a5ecd1
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ class Menu():
|
|||
if details[1].get('Hidden', False):
|
||||
offset -= 1
|
||||
elif str(_i+offset) == selection:
|
||||
resolved_selection = (details)
|
||||
resolved_selection = (details,)
|
||||
break
|
||||
else:
|
||||
# Just check actions
|
||||
|
|
|
|||
Loading…
Reference in a new issue