Fix button args

This commit is contained in:
Gabriel Tofvesson 2024-10-12 07:43:52 +02:00
parent 9e2e36bcd9
commit 1c2f50a3e0

View File

@ -589,7 +589,7 @@ local PAGES = {
state:setPage("Main")
return true
end,
colors.gray,
colors.green,
1,
-2
),
@ -603,8 +603,8 @@ local PAGES = {
state:setPage("GROUP_DETAIL", group)
return true
end,
colors.gray,
math.ceil(state.width / 2),
colors.red,
math.ceil(state.width / 2) + 1,
-2
)
}