mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-15 21:32:35 +00:00
Borderless experimenting
This commit is contained in:
@@ -48,5 +48,5 @@ require_relative "lib/tacnet/server"
|
||||
# Thread.abort_on_exception = true
|
||||
|
||||
if not defined?(Ocra)
|
||||
TAC::Window.new(width: (Gosu.screen_width * 0.8).round, height: (Gosu.screen_height * 0.8).round, resizable: true).show
|
||||
end
|
||||
TAC::Window.new(width: (Gosu.screen_width * 0.8).round, height: (Gosu.screen_height * 0.8).round, resizable: true, borderless: true).show
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user