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:
parent
fc6238ae4e
commit
98aabd4ba4
4 changed files with 86 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue