clear menu_win on escape

This commit is contained in:
pdxlocations
2025-01-23 15:34:08 -08:00
parent 056b8b5f5f
commit 6e45caaac2

View File

@@ -210,6 +210,8 @@ def settings_menu(stdscr, interface):
selected_index = 0
elif key == 27: # Escape key
menu_win.clear()
menu_win.refresh()
break