Skip to content

model: Convert panel icons to symbolic variants if possible

Florian Müllner requested to merge wip/fmuellner/symbolic-search-icons into master

Panel icons should be consistent between the app and corresponding search results in GNOME Shell, but currently the former uses the symbolic variant while the latter uses the colored version.

Address this by converting icons to their symbolic variants when building the model rather than later when consuming them.

See !149 (merged) for context.

Merge request reports