mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-15 02:02:08 -04:00
icons: update spotify override
This commit is contained in:
@@ -53,7 +53,7 @@ Singleton {
|
|||||||
// ! Spotify and maybe some other apps report the wrong app id in toplevels, hardcode special case
|
// ! Spotify and maybe some other apps report the wrong app id in toplevels, hardcode special case
|
||||||
function moddedAppId(appId: string): string {
|
function moddedAppId(appId: string): string {
|
||||||
if (appId === "Spotify")
|
if (appId === "Spotify")
|
||||||
return "spotify-launcher"
|
return "spotify"
|
||||||
if (appId === "beepertexts")
|
if (appId === "beepertexts")
|
||||||
return "beeper"
|
return "beeper"
|
||||||
if (appId === "home assistant desktop")
|
if (appId === "home assistant desktop")
|
||||||
|
|||||||
Reference in New Issue
Block a user