fix bug loading config

fix bug loading config
This commit is contained in:
onyx-and-iris
2022-06-17 00:35:45 +01:00
parent 7f8a1a2ffc
commit 9672dbdc39
3 changed files with 115 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ class App(tk.Tk):
self["menu"] = Menus(self, vmr)
self.styletable = ttk.Style()
if _configuration.profile:
vmr.apply_profile(_configuration.profile)
vmr.apply_config(_configuration.profile)
self.build_app()