fix google translate widget

This commit is contained in:
Evgeny
2021-08-11 11:30:23 +03:00
parent f9ecf0ba4c
commit 6d642629b5

View File

@@ -17,7 +17,7 @@ function on_click()
end end
function on_dialog_action(text) function on_dialog_action(text)
if text == "" then if text == "" or text == -1 then
on_alarm() on_alarm()
else else
text_from = text text_from = text