diff options
| author | Andrew Branson <andrew.branson@jolla.com> | 2026-02-10 17:29:54 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@jolla.com> | 2026-02-10 21:13:57 +0100 |
| commit | 0b9869b23af94f1935839568d62fa7b849f9e5d0 (patch) | |
| tree | 4485ad8750116e396a3341b874143ca3e88122c3 /transferengine-plugins | |
| parent | 4351f4627ba9e71775438dd26c9acddd002c7e11 (diff) | |
Notifications
Diffstat (limited to 'transferengine-plugins')
| -rw-r--r-- | transferengine-plugins/mastodonshareplugin/mastodonplugininfo.cpp | 2 | ||||
| -rw-r--r-- | transferengine-plugins/mastodontransferplugin/mastodonuploader.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/transferengine-plugins/mastodonshareplugin/mastodonplugininfo.cpp b/transferengine-plugins/mastodonshareplugin/mastodonplugininfo.cpp index 405b86e..bc66752 100644 --- a/transferengine-plugins/mastodonshareplugin/mastodonplugininfo.cpp +++ b/transferengine-plugins/mastodonshareplugin/mastodonplugininfo.cpp @@ -41,7 +41,7 @@ void MastodonPluginInfo::serviceReady() info.setAccountId(details.accountId); info.setMethodId(QLatin1String("Mastodon")); - info.setMethodIcon(QLatin1String("image://theme/graphic-m-service-mastodon")); + info.setMethodIcon(QLatin1String("image://theme/icon-l-mastodon")); info.setShareUIPath(QLatin1String("/usr/share/nemo-transferengine/plugins/sharing/MastodonShareImage.qml")); info.setCapabilities(m_capabilities); diff --git a/transferengine-plugins/mastodontransferplugin/mastodonuploader.cpp b/transferengine-plugins/mastodontransferplugin/mastodonuploader.cpp index 9e2fa1a..d85e138 100644 --- a/transferengine-plugins/mastodontransferplugin/mastodonuploader.cpp +++ b/transferengine-plugins/mastodontransferplugin/mastodonuploader.cpp @@ -30,7 +30,7 @@ QString MastodonUploader::displayName() const QUrl MastodonUploader::serviceIcon() const { - return QUrl(QStringLiteral("image://theme/graphic-s-service-mastodon")); + return QUrl(QStringLiteral("image://theme/icon-l-mastodon")); } bool MastodonUploader::cancelEnabled() const |
