Skip to content

Commit

Permalink
[Autotimer] Adjust menuid for tb
Browse files Browse the repository at this point in the history
  • Loading branch information
henrylicious committed Sep 13, 2024
1 parent 2578e9f commit 5cf4363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotimer/src/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def Plugins(**kwargs):


def timermenu(menuid):
if menuid == "timermenu":
if menuid in ("timermenu", "timer"):
if IMAGEDISTRO in ('openhdf'):
return [(_("Auto Timer"), main, "autotimer_setup", None)]
else:
Expand Down

0 comments on commit 5cf4363

Please sign in to comment.