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:
committed by
GitHub
parent
a3ada5b2bb
commit
cb3274fb0c
@@ -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
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user