Add request buttons to graphics tree

This commit is contained in:
Gabriel Tofvesson 2024-10-12 04:18:13 +02:00
parent bb5f246687
commit fe7ed25d74

View File

@ -571,13 +571,11 @@ local PAGES = {
bindRequestButton(1) bindRequestButton(1)
bindRequestButton(5) bindRequestButton(5)
local stuffContainer = Container:new{ local stuffContainer = List:new{
[Children:getId()] = { [Children:getId()] = {
paddedTitle paddedTitle,
paddedRequestCount
}, },
width = state.width,
height = state.height,
parent = state.monitor,
onClick = function(e, x, y, s) onClick = function(e, x, y, s)
state:setPage("GROUP_DETAIL", group) state:setPage("GROUP_DETAIL", group)
return true return true