Update main.lua

This commit is contained in:
Robert Jelic
2022-07-27 12:37:45 +02:00
committed by GitHub
parent bb77a42f91
commit 5d5df85e8b

View File

@@ -205,6 +205,7 @@ local basalt = {}
basalt = {
setTheme = setTheme,
getTheme = getTheme,
stopUpdate = stop,
getVersion = function()
return version
end,