From cf4a1ad4dbc8f4a3f61a0a1a32f63d31c3562b27 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Thu, 02 Jul 2026 03:07:40 +0800
Subject: [PATCH] Record TagLauncher 8.3.2 release freeze

---
 src/Scripts/theme_settings_qa.sh |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/Scripts/theme_settings_qa.sh b/src/Scripts/theme_settings_qa.sh
index 8e64319..e548dbe 100755
--- a/src/Scripts/theme_settings_qa.sh
+++ b/src/Scripts/theme_settings_qa.sh
@@ -73,6 +73,8 @@
     raise SystemExit("theme tuning defaults are missing")
 if "static let iconSize: Double = 56" not in defaults_source:
     raise SystemExit("new-install default icon size must be 56")
+if 'static let displayMode = "gridContainer"' not in defaults_source:
+    raise SystemExit("new-install default display mode must remain a free mode")
 if "var isPureBlackBackground: Bool" not in theme_source or "self == .black" not in theme_source:
     raise SystemExit("pure black background policy is missing")
 if "case .deepBlue, .black:" not in theme_source or "return true" not in theme_source:

--
Gitblit v1.9.3