fix reseting nested modified_settings

This commit is contained in:
pdxlocations
2025-01-30 22:12:33 -08:00
parent 648993607d
commit e27504f215
+2 -1
View File
@@ -267,7 +267,8 @@ def settings_menu(stdscr, interface):
menu_win.erase()
menu_win.refresh()
modified_settings.clear()
if len(menu_path) < 2:
modified_settings.clear()
# Navigate back to the previous menu
if len(menu_path) > 1: