Make 'Signup' window draggable

This commit is contained in:
jelveh
2025-07-11 16:28:37 -07:00
parent ef95cd493c
commit e387abe2f6
+1 -1
View File
@@ -104,7 +104,7 @@ function UIWindowSignup(options){
has_head: true,
selectable_body: false,
allow_context_menu: false,
is_draggable: false,
is_draggable: true,
is_droppable: false,
is_resizable: false,
stay_on_top: false,