mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 11:09:21 +01:00
Merge branch 'master' of https://github.com/IgorTimofeev/MineOS
This commit is contained in:
commit
81bab1bfca
@ -495,7 +495,7 @@ end)
|
|||||||
addStage(function()
|
addStage(function()
|
||||||
checkLicense()
|
checkLicense()
|
||||||
|
|
||||||
local lines = text.wrap({request(repositoryURL .. "LICENSE")}, layout.width - 2)
|
local lines = text.wrap({request("LICENSE")}, layout.width - 2)
|
||||||
local textBox = layout:addChild(GUI.textBox(1, 1, layout.width, layout.height - 3, 0xF0F0F0, 0x696969, lines, 1, 1, 1))
|
local textBox = layout:addChild(GUI.textBox(1, 1, layout.width, layout.height - 3, 0xF0F0F0, 0x696969, lines, 1, 1, 1))
|
||||||
|
|
||||||
layout:addChild(acceptSwitchAndLabel)
|
layout:addChild(acceptSwitchAndLabel)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user