mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 21:04:15 +01:00
remove close button on intro ui
This commit is contained in:
parent
58276e985d
commit
d4bc0c734d
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ public class IntroUi : WindowMediatorSubscriberBase
|
||||||
_serverConfigurationManager = serverConfigurationManager;
|
_serverConfigurationManager = serverConfigurationManager;
|
||||||
|
|
||||||
IsOpen = false;
|
IsOpen = false;
|
||||||
|
ShowCloseButton = false;
|
||||||
|
RespectCloseHotkey = false;
|
||||||
|
|
||||||
SizeConstraints = new WindowSizeConstraints()
|
SizeConstraints = new WindowSizeConstraints()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue