Steuerung der Oberfläche über eine cfg-Datei
This commit is contained in:
@@ -22,7 +22,7 @@ class Environment:
|
||||
def build_gui(model, configs, env, sivasid=None, uselocal=True):
|
||||
root = tk.Tk()
|
||||
#root = ttk.Window()
|
||||
app = App(root)
|
||||
app = App(root, configs)
|
||||
|
||||
controller = Controller(model, app)
|
||||
controller.set_env(env)
|
||||
|
||||
Reference in New Issue
Block a user