From a92bbc4ec28012ef80be09b1675b7f564dcbfc8e Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Sun, 1 Feb 2026 13:43:46 -0800 Subject: [PATCH] Disable dragging for AuthMe window --- src/gui/src/UI/UIWindowAuthMe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/src/UI/UIWindowAuthMe.js b/src/gui/src/UI/UIWindowAuthMe.js index fcf315e9d..9cca76845 100644 --- a/src/gui/src/UI/UIWindowAuthMe.js +++ b/src/gui/src/UI/UIWindowAuthMe.js @@ -156,7 +156,7 @@ async function UIWindowAuthMe (options = {}) { body_content: h, has_head: false, selectable_body: false, - draggable_body: true, + draggable_body: false, allow_context_menu: false, is_resizable: false, is_droppable: false,