only print services which fit (atleast partly) on screen

This commit is contained in:
Franzi 2020-12-19 08:44:05 +01:00
parent 0ba7788625
commit 07c733e4d0
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 4 additions and 0 deletions

View File

@ -88,5 +88,9 @@ function node.render()
end
y = y+12
if y > real_height then
break
end
end
end