Cleanup samples

This commit is contained in:
Evgeny
2025-05-03 09:45:26 +08:00
parent 296fbee028
commit b9d73171ed
26 changed files with 51 additions and 612 deletions

View File

@@ -1,10 +1,10 @@
function on_alarm()
ui:show_text("Введите выражение")
ui:show_text("Enter an expression")
end
function on_click()
ui:show_edit_dialog("Введите выражение")
ui:show_edit_dialog("Enter an expression")
end
function on_dialog_action(text)