Preparing for releases, no new features, only testing and bug fixes until new version is tagged.

This commit is contained in:
Storm Dragon
2025-12-31 13:26:45 -05:00
5 changed files with 5 additions and 5 deletions

View File

@@ -23,5 +23,5 @@
# Forked from Orca screen reader.
# Cthulhu project: https://git.stormux.org/storm/cthulhu
version = "2025.12.30"
version = "2025.12.31"
codeName = "master"

View File

@@ -286,7 +286,7 @@ def speak(content, acss=None, interrupt=True):
toSpeak = []
if element.isValid():
player = sound.getPlayer()
player.play(element, interrupt=False)
player.play(element, interrupt=interrupt)
elif toSpeak:
newVoice = ACSS(acss)
newItemsToSpeak = []