Adjust quest window flags

This commit is contained in:
Liza 2024-08-11 03:34:47 +02:00
parent 13e54aa8c3
commit c354f1fb7a
Signed by: liza
GPG Key ID: 7199F8D727D55F67

View File

@ -66,6 +66,7 @@ internal sealed class QuestWindow : LWindow, IPersistableWindowConfig
MaximumSize = default MaximumSize = default
}; };
RespectCloseHotkey = false; RespectCloseHotkey = false;
AllowClickthrough = false;
_minimizeButton = new TitleBarButton _minimizeButton = new TitleBarButton
{ {