mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 10:16:27 +00:00
minor improvements
This commit is contained in:
parent
ef1c1239dc
commit
a148b52548
@ -191,7 +191,7 @@ class StatusBar(urwid.WidgetWrap):
|
||||
r.append(("heading_key", "H"))
|
||||
r.append("eaders]")
|
||||
if len(self.master.options.replacements):
|
||||
r.append("[ %d replacements]" % (len(self.master.options.replacements)))
|
||||
r.append("[%d replacements]" % len(self.master.options.replacements))
|
||||
if creplay.count():
|
||||
r.append("[")
|
||||
r.append(("heading_key", "cplayback"))
|
||||
|
Loading…
Reference in New Issue
Block a user