make Settings window resizable
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test (20.x) (push) Has been cancelled
test / test (22.x) (push) Has been cancelled
test / backend (node env, api-test) (22.x) (push) Has been cancelled
test / puterjs (browser env, playwright) (22.x) (push) Has been cancelled
test / puterjs (node env, vitest) (22.x) (push) Has been cancelled

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,