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'
|
sayStr = 'Quit'
|
||||||
_sayCommand(sayStr, screenreader,
|
_sayCommand(sayStr, screenreader,
|
||||||
systemLanguage, espeak)
|
systemLanguage, espeak)
|
||||||
|
keyPress = _waitForKeypress(3, debug)
|
||||||
break
|
break
|
||||||
elif keyPress == 'sounds on' or keyPress == 'sound':
|
elif keyPress == 'sounds on' or keyPress == 'sound':
|
||||||
sayStr = 'Notification sounds on'
|
sayStr = 'Notification sounds on'
|
||||||
|
|
Loading…
Reference in New Issue