fix: use icon-missing image always for fallback

This commit is contained in:
Kiana Sheibani 2026-01-29 20:25:24 -05:00
parent e7fc5c05af
commit 24d4c6cc3b
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
4 changed files with 6 additions and 6 deletions

View file

@ -377,7 +377,7 @@ Item {
anchors.centerIn: parent
implicitSize: Math.min(48, window.width * 0.5, window.height * 0.5)
source: Icons.getAppIcon(window.ipc?.class ?? "", "")
source: Icons.getAppIcon(window.ipc?.class ?? "")
}
// Interactions