From 21fce98eef956a52044fbfe464e6b369991a2bf9 Mon Sep 17 00:00:00 2001 From: pblivingston <71585805+pblivingston@users.noreply.github.com> Date: Fri, 7 Aug 2026 13:13:47 -0400 Subject: [PATCH] fix Command.Launch() --- lib/command.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/command.ps1 b/lib/command.ps1 index 9ea76b9..14009b9 100644 --- a/lib/command.ps1 +++ b/lib/command.ps1 @@ -9,7 +9,7 @@ class Special : IRemote { [void] Launch() { 'Launching Voicemeeter audio engine and GUI' | Write-Verbose - RunVm -kindId $this.kind.name + RunVm -kindId $this.remote.kind.name } [void] RunMacrobuttons() {