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

no purple grid fallbacks, rely on system icons only

This commit is contained in:
bbedward
2025-08-25 09:23:45 -04:00
parent fb7a019786
commit a0e825c37e
8 changed files with 17 additions and 50 deletions

View File

@@ -261,7 +261,7 @@ PanelWindow {
|| appIcon.startsWith("https://"))
return appIcon
return Quickshell.iconPath(appIcon, "")
return Quickshell.iconPath(appIcon, true)
}
return ""
}