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