fix shell widget

This commit is contained in:
Evgeny
2021-08-27 12:16:43 +03:00
parent c3b6ca43c7
commit ad3c95399c

View File

@@ -23,6 +23,10 @@ function on_dialog_action(text)
end
function on_shell_result(text)
if text == "" then
return
end
current_output = text
redraw()
end