1
0
mirror of https://github.com/kepler155c/opus synced 2026-04-24 23:51:25 +00:00

package manager ui update

This commit is contained in:
kepler155c@gmail.com
2019-01-11 10:01:06 -05:00
parent 7c26258f88
commit 712ffdb97c
2 changed files with 8 additions and 10 deletions

View File

@@ -7,10 +7,7 @@ local term = _G.term
local mon = peripheral.find('monitor')
if mon then
term.redirect(mon)
if not settings.get('kiosk.textscale') then
settings.set('kiosk.textscale', .5)
end
mon.setTextScale(settings.get('kiosk.textscale') or .5)
mon.setTextScale(tonumber(settings.get('kiosk.textscale')) or 1)
parallel.waitForAny(
function()