diff options
Diffstat (limited to 'libmproxy/console/signals.py')
-rw-r--r-- | libmproxy/console/signals.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libmproxy/console/signals.py b/libmproxy/console/signals.py index e4c11f5a..c1bcf201 100644 --- a/libmproxy/console/signals.py +++ b/libmproxy/console/signals.py @@ -24,6 +24,8 @@ update_settings = blinker.Signal() # Fired when a flow changes flow_change = blinker.Signal() +# Fired when the flow list or focus changes +flowlist_change = blinker.Signal() # Pop and push view state onto a stack pop_view_state = blinker.Signal() |