Revert "Fix type causing wrong type to be returned"

This reverts commit 4cc6a5ecd1.
This commit is contained in:
2Shirt 2023-02-16 16:48:01 -08:00
parent 4cc6a5ecd1
commit c888adc1e0
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