mirror of
https://github.com/tildeclub/ttbp.git
synced 2026-01-24 02:40:18 +00:00
fixing settings menu crashing, closes #24g
This commit is contained in:
@@ -444,6 +444,8 @@ def setup():
|
||||
redraw(EJECT)
|
||||
return SETTINGS
|
||||
|
||||
if choice is not "":
|
||||
|
||||
if choice in QUITS:
|
||||
redraw()
|
||||
return SETTINGS
|
||||
@@ -506,6 +508,10 @@ def setup():
|
||||
|
||||
return SETTINGS
|
||||
|
||||
else:
|
||||
redraw("now changing your settings. press <ctrl-c> if you didn't mean to do this.")
|
||||
return setup()
|
||||
|
||||
def save_settings():
|
||||
"""
|
||||
Save current settings.
|
||||
|
||||
Reference in New Issue
Block a user