This commit is contained in:
Damocles 2026-04-12 15:58:13 +02:00
parent 4df704844e
commit 9e1716aa39
14 changed files with 154 additions and 102 deletions

View file

@ -14,7 +14,8 @@ M.BarSection {
property string _title: ""
property string _appId: ""
readonly property string _iconSource: {
if (!root._appId) return "";
if (!root._appId)
return "";
const entry = DesktopEntries.heuristicLookup(root._appId);
return entry ? Quickshell.iconPath(entry.icon) : "";
}