make Settings window resizable

fixes #1852
This commit is contained in:
jelveh
2025-11-02 14:52:10 -08:00
parent 85432c886e
commit 52751d5002
+1 -1
View File
@@ -80,7 +80,7 @@ async function UIWindowSettings(options){
has_head: true,
selectable_body: false,
allow_context_menu: false,
is_resizable: false,
is_resizable: true,
is_droppable: false,
init_center: true,
allow_native_ctxmenu: true,