From a11d76fd5fd4568ea183fa046a2dd1e2653b7ca3 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Thu, 22 Jan 2026 15:39:03 +0100 Subject: [PATCH] revert cf1238bbff2a0c3ea7ef16144327928cee90a8bb revert Update gallery_app.py --- gallery_app.py | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/gallery_app.py b/gallery_app.py index d47a728..d2af616 100644 --- a/gallery_app.py +++ b/gallery_app.py @@ -719,14 +719,8 @@ def build_header(): state.load_active_profile() state.active_cat = "control" # Reset to default category SorterEngine.clear_staging_area() # Clear staging for new profile - - # Auto-load if source path exists - if os.path.exists(state.source_dir): - load_images() - else: - state.all_images = [] - refresh_staged_info() - refresh_ui() + refresh_staged_info() + refresh_ui() profile_select = ui.select( list(state.profiles.keys()),