From fb4eaa3834c5c62c5421dc67c3cdb546b1a5a0f9 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Fri, 29 May 2026 05:46:37 +0800 Subject: [PATCH] Modularize settings smart start paths --- Scripts/window_logic_qa.sh | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Scripts/window_logic_qa.sh b/Scripts/window_logic_qa.sh index 05fd697..f7dc843 100755 --- a/Scripts/window_logic_qa.sh +++ b/Scripts/window_logic_qa.sh @@ -1143,8 +1143,9 @@ SWIFT done < <(swift "$screens_swift") else - rg -Fq 'screenContainingCurrentPointer() ??' "$ROOT_DIR/Apptag/ApptagApp.swift" - rg -Fq 'NSMouseInRect(mousePoint, $0.frame, false)' "$ROOT_DIR/Apptag/ApptagApp.swift" + rg -Fq 'statusMenuScreenForNextOverlay = overlayController.screenContainingCurrentPointer()' "$ROOT_DIR/Apptag/ApptagApp.swift" + rg -Fq 'screenContainingCurrentPointer() ??' "$ROOT_DIR/Apptag/OverlayWindowController.swift" + rg -Fq 'NSMouseInRect(mousePoint, $0.frame, false)' "$ROOT_DIR/Apptag/OverlayWindowController.swift" log "PASS screen-following static path: single physical display here; code selects NSScreen under current pointer" fi -- Gitblit v1.9.3