There was an error while loading. Please reload this page.
1 parent 6ac718e commit 904e981Copy full SHA for 904e981
Programs/Screen.lua
@@ -38,7 +38,7 @@ end
38
function conf.setlights()
39
Maxbuttony = 0
40
button.draw(Conf.menu.lights.miny, Conf.menu.lights.minx, Conf.menu.lights.maxy, Conf.menu.lights.maxx, Conf.menu.lights.name, Red)
41
- button.draw(2, 3, 7, 26, "Lichter", Red)
+ button.draw(2, 3, 7, 26, Conf.menu.lights.name, Red)
42
for _, data in pairs(Conf.menu) do
43
if data.func == "lights" then goto continue end
44
button.setTable(data.name, data.func, data.miny, data.minx, data.maxy, data.maxx, data.color)
0 commit comments