Skip to content

[applets/systemtray] Prefer Icon over IconName

Nicolas Fella requested to merge work/nico/sni-icons into master

The systemtray has a custom KIconLoader in order to make the SNI's IconThemePath work

When passing an icon name to Kirigami.Icon we skip that. Instead prefer the Icon role from the model, which goes through the custom loader

This restores the logic to how it was before d31b985b

BUG: 479712

Merge request reports