1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-11 07:52:50 -05:00

fix: get desktop entry back (#417)

This commit is contained in:
Bruno Cesar Rocha
2025-10-14 00:25:27 +01:00
committed by GitHub
parent a3ada5b2bb
commit cb3274fb0c
2 changed files with 4 additions and 3 deletions

View File

@@ -154,7 +154,8 @@ Item {
"comment": app.comment || "",
"categories": app.categories || [],
"isPlugin": isPluginItem,
"appIndex": uniqueApps.length - 1
"appIndex": uniqueApps.length - 1,
"desktopEntry": isPluginItem ? null : app
})
}
})