mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 00:20:45 +00:00
Disable dragging for AuthMe window
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user