Show or clear

merge-requests/30/head
Bob Mottram 2021-03-15 14:29:20 +00:00
parent 4e11b8161d
commit 5849ef37ff
1 changed files with 2 additions and 1 deletions

View File

@ -863,7 +863,8 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str,
screenreader, systemLanguage, espeak,
currSentIndex, 10)
currTimeline = 'sent'
elif keyPress == 'show' or keyPress.startswith('show in'):
elif (keyPress == 'show' or keyPress.startswith('show in') or
keyPress == 'clear'):
currInboxIndex = 0
_showLocalBox('inbox',
screenreader, systemLanguage, espeak,