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

Fixed broken app icons on Niri (#170)

This commit is contained in:
Aleksandr Lebedev
2025-09-07 13:21:43 +02:00
committed by GitHub
parent 072cbf284e
commit c23088c98a

View File

@@ -80,7 +80,7 @@ Rectangle {
return
}
const keyBase = (w.appId || w.class || w.windowClass || "unknown").toLowerCase()
const keyBase = (w.app_id || w.appId || w.class || w.windowClass || "unknown").toLowerCase()
const key = isActiveWs ? `${keyBase}_${i}` : keyBase
if (!byApp[key]) {