Pass the app launcher to the app_template

This commit is contained in:
Ksaper 2023-02-25 02:28:18 +02:00
parent af15c9bc7a
commit 9e0c6fd96a
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ local function app_widget(self, app)
end
end)
else
widget = self.app_template(app)
widget = self.app_template(app, self)
end
widget:connect_signal("button::press", function(app, _, __, button)