adds version number to

announce_voicemeeter_version
This commit is contained in:
2023-09-27 15:58:08 +01:00
parent 149ed73605
commit 51ccd76c2a
4 changed files with 21 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ class CommandsMixin:
### ANNOUNCEMENTS ###
def script_announce_voicemeeter_version(self, _):
ui.message(f"Running Voicemeeter {self.kind}")
ui.message(f"Running Voicemeeter {self.kind} {self.controller.version}")
def script_announce_controller(self, _):
ui.message(f"Controller for {self.controller.ctx.strategy} {self.controller.ctx.index + 1}")