Check if components should be displayer for a service
This commit is contained in:
@@ -20,6 +20,8 @@ class configuration(object):
|
||||
panel = getattr(i, "settings")(self.view.notebook)
|
||||
self.view.notebook.AddPage(panel, panel.name)
|
||||
panel.load()
|
||||
if hasattr(panel, "on_enabled"):
|
||||
panel.on_enabled()
|
||||
self.view.realize()
|
||||
|
||||
def save(self):
|
||||
|
Reference in New Issue
Block a user