Add the desktop_app_info to the app table

This commit is contained in:
Ksaper 2023-02-21 05:07:07 +02:00
parent fd3ee7a786
commit b9576250ee
1 changed files with 1 additions and 0 deletions

View File

@ -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,