Config saving of pipeline in/out

This commit is contained in:
2025-08-03 17:16:13 +02:00
parent 9801f69d0b
commit ac33ec5d8d
9 changed files with 303 additions and 136 deletions

View File

@ -63,6 +63,10 @@ class BaseWidget:
def get_config(self):
"""Caled by negstation itself, returns the saved widget config"""
return self.config
def set_config(self, config):
"""Called by negstation itself but can be overridden by a widget"""
self.config = config
# Callbacks