whoops forgot this on cleanup

This commit is contained in:
GloriousEggroll 2025-04-13 14:41:19 -06:00
parent 537d04db82
commit 601d494dcf

View file

@ -1471,7 +1471,6 @@ class MainWindow(Gtk.Window):
# Define file paths # Define file paths
json_path = app_data_dir / "collections_data.json" json_path = app_data_dir / "collections_data.json"
subcategories_path = app_data_dir / "subcategories_data.json"
# Load collections data # Load collections data
try: try: