mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 02:59:20 +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()
|
||||
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))
|
||||
|
||||
layout:addChild(acceptSwitchAndLabel)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user