nix fmt
This commit is contained in:
parent
4df704844e
commit
9e1716aa39
14 changed files with 154 additions and 102 deletions
|
|
@ -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) : "";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue