Expose these methods in a nicer way for the app_template

This commit is contained in:
Ksaper 2023-02-24 19:53:53 +02:00
parent 04d7af46b3
commit 7f73fc3265
1 changed files with 4 additions and 0 deletions

View File

@ -205,6 +205,10 @@ local function app_widget(self, app)
end
end
app.spawn = widget.spawn
app.select = widget.select
app.unselect = widget.unselect
return widget
end