fix(ptt): allowlist PTT hotkey + overlay commands (#3724) (#3842)

Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
This commit is contained in:
oxoxDev
2026-06-22 10:11:58 -07:00
committed by GitHub
co-authored by Steven Enamakel
parent 56f9dac91b
commit 1545d4b297
@@ -46,6 +46,17 @@ allow = [
"register_dictation_hotkey",
"unregister_dictation_hotkey",
# =========================
# PUSH-TO-TALK (PTT)
# =========================
# Voice settings panel registers/unregisters the global PTT hotkey and shows
# the PTT overlay via these invokes. Without these allow entries the invoke
# is rejected with "Command <name> not allowed by ACL" and PTT (plus the
# always-on listening flow that depends on hotkey registration) never works.
"register_ptt_hotkey",
"unregister_ptt_hotkey",
"show_ptt_overlay",
# =========================
# ACCOUNT WEBVIEW
# =========================