fix: use icon-missing image always for fallback
This commit is contained in:
parent
e7fc5c05af
commit
24d4c6cc3b
4 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue