Add the desktop_app_info to the app table
This commit is contained in:
parent
fd3ee7a786
commit
b9576250ee
|
@ -492,6 +492,7 @@ local function generate_apps(self)
|
|||
end
|
||||
|
||||
table.insert(self._private.all_apps, {
|
||||
desktop_app_info = desktop_app_info,
|
||||
path = desktop_app_info:get_filename(),
|
||||
id = id,
|
||||
name = name,
|
||||
|
|
Loading…
Reference in New Issue