Skip to content

Commit e387abe

Browse files
committed
Make 'Signup' window draggable
1 parent ef95cd4 commit e387abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/src/UI/UIWindowSignup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function UIWindowSignup(options){
104104
has_head: true,
105105
selectable_body: false,
106106
allow_context_menu: false,
107-
is_draggable: false,
107+
is_draggable: true,
108108
is_droppable: false,
109109
is_resizable: false,
110110
stay_on_top: false,

0 commit comments

Comments
 (0)