1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

icons: update spotify override

This commit is contained in:
bbedward
2025-11-10 15:23:44 -05:00
parent 11ec3723c3
commit 201a7e3b34

View File

@@ -53,7 +53,7 @@ Singleton {
// ! Spotify and maybe some other apps report the wrong app id in toplevels, hardcode special case
function moddedAppId(appId: string): string {
if (appId === "Spotify")
return "spotify-launcher"
return "spotify"
if (appId === "beepertexts")
return "beeper"
if (appId === "home assistant desktop")