Update basaltPreview2.lua

typo
This commit is contained in:
toastonrye
2022-08-06 10:07:21 -05:00
committed by GitHub
parent e6717c8648
commit 46bb1c53f2

View File

@@ -1,6 +1,6 @@
local basalt = require("Basalt")
basalt.setVariable("buttonColor", basalt.shedule(function(self)
basalt.setVariable("buttonColor", basalt.schedule(function(self)
self:setBackground(colors.black)
self:setForeground(colors.lightGray)
os.sleep(0.1)
@@ -159,4 +159,4 @@ end)
main = basalt.createFrame():addLayout("basaltPreview2.xml")
basalt.autoUpdate()
basalt.autoUpdate()