diff --git a/settings.py b/settings.py index 9315841..deb4438 100644 --- a/settings.py +++ b/settings.py @@ -143,7 +143,7 @@ def settings_menu(stdscr, interface): menu_win.refresh() if show_save_option and selected_index == len(options): save_changes(interface, menu_path, modified_settings) - modified_settings.erase() + modified_settings.clear() logging.info("Changes Saved") if len(menu_path) > 1: