mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-04-13 11:03:31 +00:00
fix bug loading config
fix bug loading config
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user