Fixed wrong icons color in Widget Explorer when using Twilight theme.
components/shellprivate/widgetexplorer: Fix wrong icons color in Widget Explorer when using Twilight theme
Instead of creating a QIcon we can return the filename. The code that's consuming the model data (WidgetExplorer.qml
, AppletDelegate.qml
) can get right colors automatically.
Edited by Evgeniy Harchenko