mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
Merge pull request #1559 from dwfreed/patch-1
console/options: kill -> replay_kill_extra
This commit is contained in:
commit
7d4ce1da98
@ -115,7 +115,7 @@ class Options(urwid.WidgetWrap):
|
||||
"Kill Extra",
|
||||
"x",
|
||||
lambda: master.options.replay_kill_extra,
|
||||
master.options.toggler("kill")
|
||||
master.options.toggler("replay_kill_extra")
|
||||
),
|
||||
select.Option(
|
||||
"No Refresh",
|
||||
|
Loading…
Reference in New Issue
Block a user