From ce7abd8a2903fa6ae62ba0a32d89207645eda939 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Tue, 20 Jan 2026 13:27:30 +0100 Subject: [PATCH] Update gallery_app.py --- gallery_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery_app.py b/gallery_app.py index 2df06b4..dd2431e 100644 --- a/gallery_app.py +++ b/gallery_app.py @@ -28,7 +28,7 @@ class AppState: self.preview_quality = 50 # Tagging State - self.active_cat = "Default" + self.active_cat = "control" self.next_index = 1 # Batch Settings