From d4bc0c734d7b829c1c704c822e2725b805f839bb Mon Sep 17 00:00:00 2001 From: rootdarkarchon Date: Fri, 27 Oct 2023 00:44:13 +0200 Subject: [PATCH] remove close button on intro ui --- MareSynchronos/UI/IntroUI.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MareSynchronos/UI/IntroUI.cs b/MareSynchronos/UI/IntroUI.cs index 96d5247..696e093 100644 --- a/MareSynchronos/UI/IntroUI.cs +++ b/MareSynchronos/UI/IntroUI.cs @@ -37,6 +37,8 @@ public class IntroUi : WindowMediatorSubscriberBase _serverConfigurationManager = serverConfigurationManager; IsOpen = false; + ShowCloseButton = false; + RespectCloseHotkey = false; SizeConstraints = new WindowSizeConstraints() {