mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
Changed statusbar indicator to 'X' inside the intercept filter brackets
This commit is contained in:
parent
ff9476eaaa
commit
e754fe78cd
@ -178,9 +178,9 @@ class StatusBar(urwid.WidgetWrap):
|
||||
r.append(("heading_key", "T"))
|
||||
r.append("CP:%d]" % len(self.master.options.tcp_hosts))
|
||||
if self.master.options.intercept:
|
||||
if self.master.options.intercept_active:
|
||||
r.append("I ")
|
||||
r.append("[")
|
||||
if not self.master.options.intercept_active:
|
||||
r.append("X")
|
||||
r.append(("heading_key", "i"))
|
||||
r.append(":%s]" % self.master.options.intercept)
|
||||
if self.master.options.view_filter:
|
||||
|
Loading…
Reference in New Issue
Block a user