mirror of https://gitlab.com/bashrc2/epicyon
Show or clear
parent
4e11b8161d
commit
5849ef37ff
|
@ -863,7 +863,8 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str,
|
||||||
screenreader, systemLanguage, espeak,
|
screenreader, systemLanguage, espeak,
|
||||||
currSentIndex, 10)
|
currSentIndex, 10)
|
||||||
currTimeline = 'sent'
|
currTimeline = 'sent'
|
||||||
elif keyPress == 'show' or keyPress.startswith('show in'):
|
elif (keyPress == 'show' or keyPress.startswith('show in') or
|
||||||
|
keyPress == 'clear'):
|
||||||
currInboxIndex = 0
|
currInboxIndex = 0
|
||||||
_showLocalBox('inbox',
|
_showLocalBox('inbox',
|
||||||
screenreader, systemLanguage, espeak,
|
screenreader, systemLanguage, espeak,
|
||||||
|
|
Loading…
Reference in New Issue