fix google translate widget
This commit is contained in:
@@ -6,10 +6,9 @@
|
|||||||
|
|
||||||
local json = require "json"
|
local json = require "json"
|
||||||
local text_from = ""
|
local text_from = ""
|
||||||
local text_color = ui:get_secondary_text_color()
|
|
||||||
|
|
||||||
function on_alarm()
|
function on_alarm()
|
||||||
ui:show_text("<font color=\""..text_color.."\">Tap to enter text</font>")
|
ui:show_text("Tap to enter text")
|
||||||
end
|
end
|
||||||
|
|
||||||
function on_click()
|
function on_click()
|
||||||
|
|||||||
Reference in New Issue
Block a user