Fix type causing wrong type to be returned

This commit is contained in:
2Shirt 2023-02-15 17:36:18 -08:00
parent ee1f41a1bb
commit 4cc6a5ecd1
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -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