Update ui.lua
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
local installerPath = "https://basalt.madefor.cc/install.lua"
|
local installerPath = "https://basalt.madefor.cc/install.lua"
|
||||||
local installer = require("installer") -- basalts installing api
|
local installer
|
||||||
|
|
||||||
local main = basalt.createFrame():setTheme({FrameBG = colors.lightGray, FrameFG=colors.black})
|
local main = basalt.createFrame():setTheme({FrameBG = colors.lightGray, FrameFG=colors.black})
|
||||||
|
|
||||||
@@ -27,7 +27,7 @@ local function downloadInstaller()
|
|||||||
if(fs.exists("installer.lua"))then
|
if(fs.exists("installer.lua"))then
|
||||||
local f = fs.open("installer.lua", "r")
|
local f = fs.open("installer.lua", "r")
|
||||||
if(f~=nil)then
|
if(f~=nil)then
|
||||||
--installer = load(f.readAll())()
|
installer = load(f.readAll())()
|
||||||
f.close()
|
f.close()
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user