From 1f725abec29ad465f3c73c28c360818139761212 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Fri, 03 Jul 2026 05:28:17 +0800
Subject: [PATCH] Record R221 2.2.2 release candidate

---
 C1.source/privatevoice.src/internal/hotkey/hotkey_windows.go |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/privatevoice.src/internal/hotkey/hotkey_windows.go b/C1.source/privatevoice.src/internal/hotkey/hotkey_windows.go
similarity index 97%
rename from privatevoice.src/internal/hotkey/hotkey_windows.go
rename to C1.source/privatevoice.src/internal/hotkey/hotkey_windows.go
index 71d0d9e..8e13692 100755
--- a/privatevoice.src/internal/hotkey/hotkey_windows.go
+++ b/C1.source/privatevoice.src/internal/hotkey/hotkey_windows.go
@@ -91,6 +91,8 @@
 	return l.IsAnyOtherKeyPressed(excludeVK)
 }
 
+func (l *windowsListener) Close() {}
+
 func contains(slice []int, val int) bool {
 	for _, v := range slice {
 		if v == val {

--
Gitblit v1.9.3