From cb7b3c0ac5a8df846d7803a19d633f77abf421d9 Mon Sep 17 00:00:00 2001 From: Die_Quelle Date: Wed, 21 May 2025 12:52:42 +0200 Subject: [PATCH] groupsizes, testmode minor change for classic --- frame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frame.lua b/frame.lua index 4bcb6a8..78c570f 100644 --- a/frame.lua +++ b/frame.lua @@ -3894,7 +3894,7 @@ function Aptechka:CreateFakeGroupHeaders() end do - local groupSizes = { 1, 4, 6, 8 } + local groupSizes = { 1, 2, 4, 5, 6, 8 } local sizeIndex = 1 function Aptechka:CycleTestMode() if not self.testGroupHeaders then