https://bugs.kde.org/show_bug.cgi?id=520717
Erwin Iosef <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #4 from Erwin Iosef <[email protected]> --- ``` --- src/kdeconnect-kde-26.04.1/fileitemactionplugin/sendfileitemaction.cpp 2026-05-04 13:49:53.000000000 +0530 +++ src/kdeconnect-kde-26.04.1new/fileitemactionplugin/sendfileitemaction.cpp 2026-06-02 16:32:30.314443410 +0530 @@ -76,6 +76,7 @@ return QList<QAction *>() << menuAction; } else { if (actions.count() == 1) { + actions.first()->setIcon(QIcon::fromTheme(QStringLiteral("smartphonetrusted"))); actions.first()->setText(i18n("Send to '%1' via KDE Connect", actions.first()->text())); } return actions; ``` Seems to fix the bug for me by setting the icon explicitly, although this is most likely not a good solution, especially in the case of multiple non-phone devices. -- You are receiving this mail because: You are watching all bug changes.
