1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

transmission fix

This commit is contained in:
bbedward
2025-09-08 23:58:01 -04:00
parent 7105b09dc0
commit 537b4b3604

View File

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