From 024255c6a55c9f740ce740726616dc6ff4273b06 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Wed, 03 Jun 2026 19:41:10 +0800
Subject: [PATCH] Rename app to PrivateVoice Dictation
---
privatevoice.src/internal/hotkey/hotkey_darwin.go | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/privatevoice.src/internal/hotkey/hotkey_darwin.go b/privatevoice.src/internal/hotkey/hotkey_darwin.go
index 043b4ee..b9582fe 100755
--- a/privatevoice.src/internal/hotkey/hotkey_darwin.go
+++ b/privatevoice.src/internal/hotkey/hotkey_darwin.go
@@ -151,7 +151,7 @@
if (g_activityToken != nil) return;
g_activityToken = [[NSProcessInfo processInfo]
beginActivityWithOptions:NSActivityUserInitiatedAllowingIdleSystemSleep
- reason:@"PrivateVoice Input global hotkey listener"];
+ reason:@"PrivateVoice Dictation global hotkey listener"];
}
static void* eventTapThreadMain(void* arg) {
@@ -332,7 +332,7 @@
C.beginHotkeyActivity()
trusted := C.ensureAccessibility()
if trusted == 0 {
- logger.Info("Accessibility permission not granted for current app identity — hotkey won't work until PrivateVoice Input is removed and re-added in System Settings > Privacy & Security > Accessibility")
+ logger.Info("Accessibility permission not granted for current app identity — hotkey won't work until PrivateVoice Dictation is removed and re-added in System Settings > Privacy & Security > Accessibility")
} else {
logger.Info("Accessibility permission granted")
}
--
Gitblit v1.9.3