Bugfix: menu_select()

This commit is contained in:
Alan Mason 2017-12-01 12:26:11 -08:00
parent 5aab8a98e3
commit ab6fd19c02

View file

@ -226,7 +226,7 @@ def menu_select(title='~ Untitled Menu ~',
# Set title
if 'Title' in global_vars:
title = '{}\n\n{}'.format(global_vars['Title'])
title = '{}\n\n{}'.format(global_vars['Title'], title)
# Build menu
menu_splash = '{}\n\n'.format(title)