mirror of
				https://github.com/kepler155c/opus
				synced 2025-10-31 07:33:00 +00:00 
			
		
		
		
	Merge pull request #17 from Kan18/patch-1
Remove confusion over kiosk mode (#7)
This commit is contained in:
		| @@ -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) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 kepler155c
					kepler155c