Pass the app launcher to the app_template
This commit is contained in:
parent
af15c9bc7a
commit
9e0c6fd96a
|
@ -136,7 +136,7 @@ local function app_widget(self, app)
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
else
|
else
|
||||||
widget = self.app_template(app)
|
widget = self.app_template(app, self)
|
||||||
end
|
end
|
||||||
|
|
||||||
widget:connect_signal("button::press", function(app, _, __, button)
|
widget:connect_signal("button::press", function(app, _, __, button)
|
||||||
|
|
Loading…
Reference in New Issue