mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2024-11-15 17:40:52 +00:00
Update channels.py
update open_config() in bus class to update bus_mode_cache when config frame is closed
This commit is contained in:
parent
80340ac219
commit
d63ef60f1f
@ -283,9 +283,9 @@ class Bus(Channel):
|
||||
self._parent._parent.bus_frame.update_bus_modes()
|
||||
self._parent._parent.bus_frame.reset_config_buttons(self)
|
||||
else:
|
||||
self._parent._parent.bus_modes[self.index].set(
|
||||
self.config_frame.bus_mode_current.get()
|
||||
)
|
||||
self._parent._parent.bus_modes_cache[
|
||||
"vban" if _base_vals.vban_connected else "vmr"
|
||||
][self.index].set(self.config_frame.bus_mode)
|
||||
self.config_frame.destroy()
|
||||
|
||||
if not _base_vals.using_theme:
|
||||
|
Loading…
Reference in New Issue
Block a user