add subtitiles to dialogs

This commit is contained in:
Evgeny
2021-08-19 08:24:18 +03:00
parent 5a7717d4d8
commit 27b3cf6aae
5 changed files with 176 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ function redraw()
end
function on_click(idx)
ui:show_edit_dialog("Enter command")
ui:show_edit_dialog("Enter command\nAAAA")
end
function on_dialog_action(text)