mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-01-18 05:10:48 +00:00
Update macrobuttons.ps1
fix number of macrobuttons
This commit is contained in:
parent
c15e325628
commit
ca34a6a12b
@ -48,7 +48,7 @@ class MacroButton {
|
|||||||
|
|
||||||
Function Make_Buttons {
|
Function Make_Buttons {
|
||||||
[System.Collections.ArrayList]$button = @()
|
[System.Collections.ArrayList]$button = @()
|
||||||
0..69 | ForEach-Object {
|
0..79 | ForEach-Object {
|
||||||
[void]$button.Add([MacroButton]::new($_))
|
[void]$button.Add([MacroButton]::new($_))
|
||||||
}
|
}
|
||||||
$button
|
$button
|
||||||
|
Loading…
Reference in New Issue
Block a user