From 9eaf1499d9f71314a1e2832de0689fe929cddcff Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Tue, 02 Jun 2026 22:20:05 +0800
Subject: [PATCH] Update localized help PDFs
---
Apptag/QuickSearch.swift | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/Apptag/QuickSearch.swift b/Apptag/QuickSearch.swift
index e8eb530..5a09ef3 100644
--- a/Apptag/QuickSearch.swift
+++ b/Apptag/QuickSearch.swift
@@ -1385,7 +1385,9 @@
override func mouseDown(with event: NSEvent) {
if let result {
- onLaunch(result)
+ DispatchQueue.main.async { [onLaunch] in
+ onLaunch(result)
+ }
} else {
super.mouseDown(with: event)
}
--
Gitblit v1.9.3