fix shell widget
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user