mirror of
https://github.com/onyx-and-iris/nvda-addon-voicemeeter.git
synced 2026-04-18 17:13:31 +00:00
adds version number to
announce_voicemeeter_version
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user