From ca34a6a12b4de863e88569ff1b6cfc7ad490060a Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Wed, 9 Mar 2022 17:41:47 +0000 Subject: [PATCH] Update macrobuttons.ps1 fix number of macrobuttons --- lib/macrobuttons.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/macrobuttons.ps1 b/lib/macrobuttons.ps1 index 82d9526..48c1403 100644 --- a/lib/macrobuttons.ps1 +++ b/lib/macrobuttons.ps1 @@ -48,7 +48,7 @@ class MacroButton { Function Make_Buttons { [System.Collections.ArrayList]$button = @() - 0..69 | ForEach-Object { + 0..79 | ForEach-Object { [void]$button.Add([MacroButton]::new($_)) } $button