From 555339b8341ce4f1f797bd89d46a86db81a3ad0c Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 18 Apr 2026 06:39:40 -0400 Subject: [PATCH] Speak when speech-dispatcher is restarted. --- .includes/rhvoice-dictionaries.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.includes/rhvoice-dictionaries.sh b/.includes/rhvoice-dictionaries.sh index 4935e7c..3a0a929 100644 --- a/.includes/rhvoice-dictionaries.sh +++ b/.includes/rhvoice-dictionaries.sh @@ -47,6 +47,8 @@ update_rhvoice_dictionaries() { msgbox "RHVoice dictionaries were updated, but restarting speech-dispatcher failed." return 1 fi + + spd-say "speech-dispatcher reloaded" fi msgbox "RHVoice dictionaries updated successfully."