Preparing for releases, no new features, only testing and bug fixes until new version is tagged.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user