1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-25 04:25:22 -04:00

packaging: add com.danklinux.dms.desktop entry, remove custom icon

resolution
This commit is contained in:
bbedward
2026-06-24 10:01:10 -04:00
parent 1a39b7f66c
commit 52834c6a35
13 changed files with 35 additions and 6 deletions
+1 -2
View File
@@ -113,8 +113,7 @@ Singleton {
}
function getAppIcon(appId: string, desktopEntry: var): string {
// ! TODO - after QS 0.3, we can install our icon properly
if (appId === "org.quickshell" || appId === "com.danklinux.dms") {
if (appId === "org.quickshell") {
return Qt.resolvedUrl("../assets/danklogo.svg");
}