From aaf57cfd56303db0e7402f7d4b8e9dc003f1459d Mon Sep 17 00:00:00 2001 From: desvox Date: Sat, 4 Aug 2018 08:32:13 -0500 Subject: [PATCH] Make content refresh notification shorter. --- clients/urwid/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/urwid/main.py b/clients/urwid/main.py index b2b38a1..4076178 100644 --- a/clients/urwid/main.py +++ b/clients/urwid/main.py @@ -925,7 +925,7 @@ class App(object): thread = self.thread["thread_id"] self.thread_load(None, thread) self.goto_post(mark(thread)) - self.temp_footer_message("Refreshed content!") + self.temp_footer_message("Refreshed content!", 1) def back(self, terminate=False):