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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user