Various fixes to support new AIO version

This commit is contained in:
Evgeny
2023-09-11 11:36:09 +04:00
parent 5ad5be396f
commit de23ba41de
5 changed files with 24 additions and 13 deletions

View File

@@ -7,6 +7,10 @@
current_output = "Click to enter command"
function on_preview()
ui:show_text("Shows the result of executing console commands")
end
function on_resume()
redraw()
end