1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-05 19:31:04 +00:00

partial 2

This commit is contained in:
y5nw 2025-05-24 23:16:14 +02:00 committed by y5nw
parent fc6238ae4e
commit 98aabd4ba4
4 changed files with 86 additions and 3 deletions

View file

@ -814,7 +814,9 @@ else
-- case it's a no-op
core.show_formspec("__builtin:settings", "")
end
core.show_formspec("__builtin:settings", get_formspec(dialog.data))
dialog.show = function() -- Used by the keybinding form
core.show_formspec("__builtin:settings", get_formspec(dialog.data))
end
dialog:show()
end
end