mirror of https://gitlab.com/bashrc2/epicyon
Pause after quit
parent
a20a9937d4
commit
b2e974ffce
|
@ -306,6 +306,7 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str,
|
|||
sayStr = 'Quit'
|
||||
_sayCommand(sayStr, screenreader,
|
||||
systemLanguage, espeak)
|
||||
keyPress = _waitForKeypress(3, debug)
|
||||
break
|
||||
elif keyPress == 'sounds on' or keyPress == 'sound':
|
||||
sayStr = 'Notification sounds on'
|
||||
|
|
Loading…
Reference in New Issue