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:
committed by
GitHub
parent
072cbf284e
commit
c23088c98a
@@ -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]) {
|
||||
|
||||
Reference in New Issue
Block a user