Use identical internet-services icon

This icon is identical to the applications-internet icon at the small size used
here sizes, but is more appropriate to use because it is guaranteed to always
be monochrome, unlike applications-internet which is a colorful category icon
and only had small monochrome versions due to a design oversight that's being
corrected in https://phabricator.kde.org/D22733.
wilder-5.17
Nate Graham 7 years ago
parent c29c1be9d8
commit ef31db76d1
  1. 2
      components/shellprivate/widgetexplorer/widgetexplorer.cpp

@ -212,7 +212,7 @@ QList <QObject *> WidgetExplorer::widgetsMenuActions()
WidgetAction *action = nullptr;
if (KAuthorized::authorize(QStringLiteral("ghns"))) {
action = new WidgetAction(QIcon::fromTheme(QStringLiteral("applications-internet")),
action = new WidgetAction(QIcon::fromTheme(QStringLiteral("internet-services")),
i18n("Download New Plasma Widgets"), this);
connect(action, &QAction::triggered, this, &WidgetExplorer::downloadWidgets);
actionList << action;

Loading…
Cancel
Save