fix Command.Launch()

This commit is contained in:
pblivingston
2026-08-07 13:13:47 -04:00
parent 36e4e16843
commit 21fce98eef

View File

@@ -9,7 +9,7 @@ class Special : IRemote {
[void] Launch() { [void] Launch() {
'Launching Voicemeeter audio engine and GUI' | Write-Verbose 'Launching Voicemeeter audio engine and GUI' | Write-Verbose
RunVm -kindId $this.kind.name RunVm -kindId $this.remote.kind.name
} }
[void] RunMacrobuttons() { [void] RunMacrobuttons() {