Merge pull request #1379 from CloudKeeper1/patch-6

Add EvMenu support for ending on start node.
This commit is contained in:
Griatch 2017-08-08 19:37:45 +02:00 committed by GitHub
commit 1071a691ff

View file

@ -855,6 +855,8 @@ class EvMenu(object):
self.helptext = _HELP_NO_OPTIONS if self.auto_quit else _HELP_NO_OPTIONS_NO_QUIT
self.display_nodetext()
if not options:
self.close_menu()
def close_menu(self):
"""