From 0ad72159a883731b8d30f5dc7bf67734ea9c850a Mon Sep 17 00:00:00 2001 From: Licini Date: Tue, 15 Nov 2022 15:36:56 +0100 Subject: [PATCH] collect all register plugins --- src/compas_ui/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compas_ui/ui.py b/src/compas_ui/ui.py index e511e24a..6fe8f606 100644 --- a/src/compas_ui/ui.py +++ b/src/compas_ui/ui.py @@ -48,7 +48,7 @@ pass -@pluggable(category="ui") +@pluggable(category="ui", selector="collect_all") def register(ui): pass