mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
Update unmark all flows "U"
This commit is contained in:
parent
d99d61e8ef
commit
6c05a0c908
@ -230,7 +230,7 @@ class ConnectionItem(urwid.WidgetWrap):
|
||||
)
|
||||
elif key == "U":
|
||||
for f in self.state.flows:
|
||||
self.state.set_flow_marked(f, False)
|
||||
f.marked = False
|
||||
signals.flowlist_change.send(self)
|
||||
elif key == "V":
|
||||
if not self.flow.modified():
|
||||
|
Loading…
Reference in New Issue
Block a user