Initial work launcher (self) updater

This commit is contained in:
2025-06-25 19:45:23 -05:00
parent cc0910e68e
commit 0bb8ef5f19
4 changed files with 91 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ class W3DHub
end
end
stack(width: 128, height: 48, h_align: :center, margin_top: 16) do
stack(width: 128, max_height: 256, h_align: :center, margin_top: 16, fill: true) do
button "Save", width: 1.0 do
save_settings!
end