From 2648d9365d8b61a341989202dcd15331f8c130b9 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Tue, 20 Jan 2026 12:10:27 +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 89b0c39..8622630 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