added fields configurator for entry window
[meabook] / ui / ui.py
index 173a3b7..8b3cd4c 100644 (file)
--- a/ui/ui.py
+++ b/ui/ui.py
@@ -3,7 +3,8 @@ General Meabook UI
 """
 
 class MeabookUI:
-    def __init__(self, controller):
+    def __init__(self, controller, config):
+        self.config = config
         self.controller = controller
 
     def start(self):