From 91fc273af7cc0006a3986a36550ff3a83c22a163 Mon Sep 17 00:00:00 2001 From: Nick Loadholtes Date: Sun, 30 Dec 2018 16:34:15 -0500 Subject: [PATCH] Update for the curses ui help menu (#78) Added `s` option to the help menu. --- toot/ui/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/toot/ui/app.py b/toot/ui/app.py index 71f28fa..f4b3db2 100644 --- a/toot/ui/app.py +++ b/toot/ui/app.py @@ -297,6 +297,7 @@ class HelpModal(Modal): " k or ↑ - move up", " v - view current toot in browser", " q - quit application", + " s - show sensitive content" "", "Press q to exit help.", "",