fix save check

This commit is contained in:
pdxlocations
2025-08-21 00:05:06 -07:00
parent 3987c183d8
commit a3f0232641
+2 -1
View File
@@ -331,9 +331,10 @@ def json_editor(stdscr: curses.window, menu_state: Any) -> None:
else:
# Save button selected
save_json(file_path, data)
made_changes = False
stdscr.refresh()
# config.reload() # This isn't refreshing the file paths as expected
continue
break
elif key in (27, curses.KEY_LEFT): # Escape or Left Arrow