From fe9268e77952807ba50e59b46d0f36f3655c1cbf Mon Sep 17 00:00:00 2001 From: Hannes Date: Thu, 18 Jun 2026 22:25:29 +0200 Subject: [PATCH] fixed unknown apps --- modules/bar/states/Apps/AppsState.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/bar/states/Apps/AppsState.qml b/modules/bar/states/Apps/AppsState.qml index ce3c506..254976d 100644 --- a/modules/bar/states/Apps/AppsState.qml +++ b/modules/bar/states/Apps/AppsState.qml @@ -44,7 +44,7 @@ Item { for (var i = 0; i < data.length; i++) { var client = data[i] var wid = client.workspace.id - var icon = root.matchIcon(client.initialTitle) || root.matchIcon(client.initialClass) + var icon = root.matchIcon(client.initialTitle) || root.matchIcon(client.initialClass) || "\"" + client.initialTitle + "\"" if (icon) { if (!newIcons[wid]) newIcons[wid] = [] newIcons[wid].push(icon) @@ -136,6 +136,7 @@ Item { "*qbittorrent*": "󰉍", "xilinx*": "", "vsim": "", + "*ivado*": "", "*boxbuddy*": "󰒋", "fladder": "󰼁", "crunchyroll": "",