Tweaked layout for Interface and Games page, initial work on offline mode (will crash atm if offline mode is triggered)

This commit is contained in:
2022-04-25 16:24:22 -05:00
parent 4216a2d580
commit 26a3d98d67
7 changed files with 116 additions and 55 deletions

View File

@@ -110,6 +110,7 @@ end
logger.info(W3DHub::LOG_TAG) { "Launching window..." }
# W3DHub::Window.new(width: 980, height: 720, borderless: false, resizable: true).show unless defined?(Ocra)
W3DHub::Window.new(width: 1280, height: 800, borderless: false, resizable: true).show unless defined?(Ocra)
# W3DHub::Window.new(width: 1920, height: 1080, borderless: false, resizable: true).show unless defined?(Ocra)
W3DHub::BackgroundWorker.shutdown!
# Wait for BackgroundWorker to return