mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-04-18 05:23:31 +00:00
userconfigs now returns target.configs
patch bump
This commit is contained in:
@@ -145,7 +145,7 @@ class App(tk.Tk):
|
||||
|
||||
@cached_property
|
||||
def userconfigs(self):
|
||||
self._configs = loader(self.kind.name)
|
||||
self._configs = loader(self.kind.name, self.target)
|
||||
return self._configs
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user