X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/f52ee24fceb98af2fb62c7390f741639903ca58a..d5fd04b98c8d39c4e6824a19d3dd758051f52e09:/lib/python/Components/HelpMenuList.py?ds=sidebyside diff --git a/lib/python/Components/HelpMenuList.py b/lib/python/Components/HelpMenuList.py index b1a31b8b..99bd536d 100644 --- a/lib/python/Components/HelpMenuList.py +++ b/lib/python/Components/HelpMenuList.py @@ -21,6 +21,10 @@ class HelpMenuList(GUIComponent): buttons = queryKeyBinding(context, action) + # do not display entries which are not accessible from keys + if not len(buttons): + continue + name = None flags = 0