From 82cd3980eca7cc896c4b276ed4d43520c6265239 Mon Sep 17 00:00:00 2001
From: Cw <cw@git.boborobots.com>
Date: Mon, 13 Jul 2026 16:02:26 +0800
Subject: [PATCH] Fix Windows ASR model paths for non-ASCII users
---
C1.source/privatevoice.src/internal/hotkey/hotkey_windows.go | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/C1.source/privatevoice.src/internal/hotkey/hotkey_windows.go b/C1.source/privatevoice.src/internal/hotkey/hotkey_windows.go
index 71d0d9e..8e13692 100755
--- a/C1.source/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