Remove confusion over kiosk mode (#7) #17

Merged
Kan18 merged 1 commits from patch-1 into develop-1.8 2019-08-03 10:10:07 -04:00

View File

@@ -15,6 +15,7 @@ end
local mon = name and peripheral.wrap(name)
if mon then
print("Opus OS is running in Kiosk mode, and the screen will be redirected to the monitor. To undo this, go to the boot option menu by pressing a key while booting, then select the option 2.")
term.redirect(mon)
mon.setTextScale(tonumber(settings.get('kiosk.textscale')) or 1)