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

transmission icon fix

This commit is contained in:
bbedward
2025-09-08 22:01:59 -04:00
parent dc28015313
commit c867090f12

View File

@@ -54,6 +54,8 @@ Singleton {
return "beeper"
if (appId === "home assistant desktop")
return "homeassistant-desktop"
if (appId === "com.transmissionbt.transmission_66309_66881300")
return "transmission-gtk"
return appId
}
}