From 5194065f5cebfa847061c43cf2c568a1c91721ce Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Fri, 05 Jun 2026 01:51:28 +0800
Subject: [PATCH] Prepare 7.8.14 final App Store build
---
Scripts/window_logic_qa.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Scripts/window_logic_qa.sh b/Scripts/window_logic_qa.sh
index 897add1..d30af67 100755
--- a/Scripts/window_logic_qa.sh
+++ b/Scripts/window_logic_qa.sh
@@ -806,7 +806,7 @@
return name.isEmpty
&& width >= 500
&& width <= 900
- && height >= 320
+ && height >= 120
&& height <= 850
}), let bounds = quickSearch[kCGWindowBounds as String] as? NSDictionary else {
fputs("FAIL: could not find quick search result-list bounds\n", stderr)
--
Gitblit v1.9.3