Sounds split off into own tab in settings.

This commit is contained in:
Storm Dragon
2026-04-05 21:32:06 -04:00
parent 5779444d4b
commit 296c47be36
5 changed files with 503 additions and 56 deletions
+1
View File
@@ -58,6 +58,7 @@ class WebClickableActivationTests(unittest.TestCase):
doAction.assert_called_once_with(caretObject, "click-ancestor")
clickObject.assert_not_called()
testScript._presentDelayedMessage.assert_not_called()
class WebHiddenPopupTests(unittest.TestCase):