From c354f1fb7a49c59be639d1013e8d8386b21d08c4 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Sun, 11 Aug 2024 03:34:47 +0200 Subject: [PATCH] Adjust quest window flags --- Questionable/Windows/QuestWindow.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Questionable/Windows/QuestWindow.cs b/Questionable/Windows/QuestWindow.cs index 0f892489..26891d8b 100644 --- a/Questionable/Windows/QuestWindow.cs +++ b/Questionable/Windows/QuestWindow.cs @@ -66,6 +66,7 @@ internal sealed class QuestWindow : LWindow, IPersistableWindowConfig MaximumSize = default }; RespectCloseHotkey = false; + AllowClickthrough = false; _minimizeButton = new TitleBarButton {