Bugfix: menu_select()
This commit is contained in:
parent
5aab8a98e3
commit
ab6fd19c02
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ def menu_select(title='~ Untitled Menu ~',
|
||||||
|
|
||||||
# Set title
|
# Set title
|
||||||
if 'Title' in global_vars:
|
if 'Title' in global_vars:
|
||||||
title = '{}\n\n{}'.format(global_vars['Title'])
|
title = '{}\n\n{}'.format(global_vars['Title'], title)
|
||||||
|
|
||||||
# Build menu
|
# Build menu
|
||||||
menu_splash = '{}\n\n'.format(title)
|
menu_splash = '{}\n\n'.format(title)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue