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

Merge remote changes

This commit is contained in:
purian23
2025-09-09 00:27:03 -04:00

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
}