animations...

This commit is contained in:
Zacharias-Brohn
2025-11-05 13:41:44 +01:00
parent 2fea7d56bc
commit 70916e4755
3 changed files with 40 additions and 60 deletions
+2
View File
@@ -10,6 +10,8 @@ Singleton {
if (icon.includes("?path=")) {
const [name, path] = icon.split("?path=");
icon = Qt.resolvedUrl(`${path}/${name.slice(name.lastIndexOf("/") + 1)}`);
} else if (icon.includes("qspixmap") && id === "chrome_status_icon_1") {
icon = icon.replace("qspixmap", "icon/discord-tray");
}
return icon;
}