From 8058eb48fe3fd1b37be974b5183df6ffc69bfb2c Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Mon, 18 May 2026 16:33:56 +0800 Subject: [PATCH] fix: show overlay in fullscreen spaces --- VoiceSnapGo/app.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VoiceSnapGo/app.go b/VoiceSnapGo/app.go index 1e9e57d..2805702 100755 --- a/VoiceSnapGo/app.go +++ b/VoiceSnapGo/app.go @@ -26,8 +26,8 @@ ) const ( - appVersion = "2.1.1" - appBuild = "20260518.1541" + appVersion = "2.1.2" + appBuild = "20260518.1623" appDisplayVersion = appVersion + " (build " + appBuild + ")" appName = "VoiceSnap" -- Gitblit v1.9.3