Updated documentation. Attempted to track down a bug that causes disable speech sound to play with no interaction.?

This commit is contained in:
Storm Dragon
2025-06-06 17:56:02 -04:00
parent bd151c7cec
commit 8d50003730
11 changed files with 1897 additions and 4394 deletions

View File

@ -177,6 +177,9 @@ class screenManager():
def isIgnoredScreen(self, screen = None):
if screen == None:
screen = self.env['screen']['newTTY']
# Check if force all screens flag is set
if self.env['runtime'].get('force_all_screens', False):
return False
ignoreScreens = []
fixIgnoreScreens = self.env['runtime']['settingsManager'].getSetting('screen', 'ignoreScreen')
if fixIgnoreScreens != '':