mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
console: show order option in status bar
This commit is contained in:
parent
5975cc8301
commit
9322167eeb
@ -181,6 +181,10 @@ class StatusBar(urwid.WidgetWrap):
|
|||||||
r.append("[")
|
r.append("[")
|
||||||
r.append(("heading_key", "M"))
|
r.append(("heading_key", "M"))
|
||||||
r.append(":%s]" % self.master.options.default_contentview)
|
r.append(":%s]" % self.master.options.default_contentview)
|
||||||
|
if self.master.options.order:
|
||||||
|
r.append("[")
|
||||||
|
r.append(("heading_key", "o"))
|
||||||
|
r.append(":%s]" % self.master.options.order)
|
||||||
|
|
||||||
opts = []
|
opts = []
|
||||||
if self.master.options.anticache:
|
if self.master.options.anticache:
|
||||||
|
Loading…
Reference in New Issue
Block a user