From da858d9ed4296c8c50222a7e6d50448bf06d847b Mon Sep 17 00:00:00 2001 From: htom Date: Thu, 4 Dec 2025 14:32:46 +0100 Subject: [PATCH] merge removed line readded --- ui/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/main.rs b/ui/src/main.rs index 6258148..c79d3f4 100644 --- a/ui/src/main.rs +++ b/ui/src/main.rs @@ -228,6 +228,7 @@ impl ChessApp { egui::Vec2::new(resolution.0 as f32, resolution.1 as f32) )); } + ctx.send_viewport_cmd(egui::ViewportCommand::Fullscreen(self.fullscreen)); } async fn network_handler( server_port: String,