Less delay on quit

main
Bob Mottram 2021-03-10 12:15:49 +00:00
parent 1c5993b704
commit 15f9d4a8ef
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str,
sayStr = 'Quit'
_sayCommand(sayStr, screenreader,
systemLanguage, espeak)
keyPress = _waitForKeypress(3, debug)
keyPress = _waitForKeypress(2, debug)
break
elif keyPress == 'sounds on' or keyPress == 'sound':
sayStr = 'Notification sounds on'