change set_title behaviour

This commit is contained in:
Evgeny
2021-08-03 21:50:32 +03:00
parent ad2b98b1ad
commit ca121af91b
3 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
function on_resume()
ui:show_text("Original title: "..ui:get_default_title())
ui:set_title("New title")
ui:show_text("Original title: "..ui:get_default_title())
end