mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 10:16:27 +00:00
Merge pull request #1979 from 0neblock/master
Fixed following on flowlist
This commit is contained in:
commit
8b6e3d8bd3
@ -396,7 +396,7 @@ class FlowListBox(urwid.ListBox):
|
||||
)
|
||||
elif key == "F":
|
||||
o = self.master.options
|
||||
o.focus_follow = not o.focus_follow
|
||||
o.console_focus_follow = not o.console_focus_follow
|
||||
elif key == "v":
|
||||
val = not self.master.options.console_order_reversed
|
||||
self.master.options.console_order_reversed = val
|
||||
|
Loading…
Reference in New Issue
Block a user