From 5849ef37ff8009e9a6bec98411fcafa7cb3e6e0e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 15 Mar 2021 14:29:20 +0000 Subject: [PATCH] Show or clear --- notifications_client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notifications_client.py b/notifications_client.py index 54b346584..84057e616 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -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,