Added flag for notification listener visibility
Compare changes
Files
2@@ -24,6 +26,11 @@ class BaseNotificationListenerFactory(ABCHasStrictTraits):
Created by: stefanoborini
Some notification listeners should not be configurable in the UI, so they should not appear in the factory list. This flag allows to filter those plugins that need to stay hidden.