We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f6c09 commit 94df8b4Copy full SHA for 94df8b4
1 file changed
services/NotifData.qml
@@ -75,7 +75,7 @@ QtObject {
75
if (status !== Image.Ready || width != TokenConfig.sizes.notifs.image || height != TokenConfig.sizes.notifs.image)
76
return;
77
78
- const cacheKey = notif.appName + notif.summary + notif.id + notif.image;
+ const cacheKey = notif.appName + notif.summary + notif.notificationId + notif.image;
79
let h1 = 0xdeadbeef, h2 = 0x41c6ce57, ch;
80
for (let i = 0; i < cacheKey.length; i++) {
81
ch = cacheKey.charCodeAt(i);
0 commit comments