mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-08-17 01:24:23 +00:00
fix Command.Launch()
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user