Expose these methods in a nicer way for the app_template
This commit is contained in:
parent
04d7af46b3
commit
7f73fc3265
|
@ -205,6 +205,10 @@ local function app_widget(self, app)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
app.spawn = widget.spawn
|
||||||
|
app.select = widget.select
|
||||||
|
app.unselect = widget.unselect
|
||||||
|
|
||||||
return widget
|
return widget
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue