pull/4/head
Blake DeMarcy 2017-04-15 20:10:02 -05:00
parent 8eff14496f
commit 3d85cee502
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ class App(object):
"""
if self.mode == "thread":
footer = bars["thread"] % self.prefs["jump_count"]
else: footer = ["index"]
else: footer = bars["index"]
self.set_footer(footer)