Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frame.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down