mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-02 08:15:22 +00:00
Fixed following on flowlist
Fixed a focus_follow was missed when options were cleaned up.
This commit is contained in:
parent
c1bc1ea584
commit
00a6551622
@ -396,7 +396,7 @@ class FlowListBox(urwid.ListBox):
|
|||||||
)
|
)
|
||||||
elif key == "F":
|
elif key == "F":
|
||||||
o = self.master.options
|
o = self.master.options
|
||||||
o.focus_follow = not o.focus_follow
|
o.console_focus_follow = not o.console_focus_follow
|
||||||
elif key == "v":
|
elif key == "v":
|
||||||
val = not self.master.options.console_order_reversed
|
val = not self.master.options.console_order_reversed
|
||||||
self.master.options.console_order_reversed = val
|
self.master.options.console_order_reversed = val
|
||||||
|
Loading…
Reference in New Issue
Block a user