From ca0d8f786a86122e742914b58a4a0eacded64b61 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Mon, 18 May 2026 02:34:10 +0800 Subject: [PATCH] fix: stabilize hidden-window hotkey polling --- VoiceSnapGo/app.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/VoiceSnapGo/app.go b/VoiceSnapGo/app.go index efd4a6c..ceab12c 100755 --- a/VoiceSnapGo/app.go +++ b/VoiceSnapGo/app.go @@ -27,7 +27,7 @@ const ( appVersion = "2.1.1" - appBuild = "20260518.0211" + appBuild = "20260518.0230" appDisplayVersion = appVersion + " (build " + appBuild + ")" appName = "VoiceSnap" -- Gitblit v1.9.3