Skip to content

Commit

Permalink
[autoresolution] change menu setup options
Browse files Browse the repository at this point in the history
  • Loading branch information
TwolDE2 committed Jun 4, 2024
1 parent 057cbcc commit bb7100f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoresolution/src/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ def startSetup(menuid):
if IMAGEDISTRO in ('teamblue', 'openhdf'):
if menuid != "video_menu":
return []
elif IMAGEDISTRO in ('openbh'):
elif IMAGEDISTRO in ('openbh', 'openvix'):
if menuid != "av":
return []
else:
Expand Down

0 comments on commit bb7100f

Please sign in to comment.