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 /eventsview-plugins/eventsview-plugin-mastodon/mastodon-delegate.qml | |
| parent | 4351f4627ba9e71775438dd26c9acddd002c7e11 (diff) | |
Notifications
Diffstat (limited to 'eventsview-plugins/eventsview-plugin-mastodon/mastodon-delegate.qml')
| -rw-r--r-- | eventsview-plugins/eventsview-plugin-mastodon/mastodon-delegate.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eventsview-plugins/eventsview-plugin-mastodon/mastodon-delegate.qml b/eventsview-plugins/eventsview-plugin-mastodon/mastodon-delegate.qml index ed79fdb..906dc9c 100644 --- a/eventsview-plugins/eventsview-plugin-mastodon/mastodon-delegate.qml +++ b/eventsview-plugins/eventsview-plugin-mastodon/mastodon-delegate.qml @@ -1,6 +1,6 @@ /**************************************************************************** ** - ** Copyright (C) 2026 Open Mobile Platform LLC. + ** Copyright (C) 2013-2026 Jolla Ltd. ** ****************************************************************************/ @@ -17,10 +17,10 @@ SocialMediaAccountDelegate { //: Mastodon posts //% "Posts" headerText: qsTrId("lipstick-jolla-home-la-mastodon_posts") - headerIcon: "image://theme/graphic-service-mastodon" + headerIcon: "image://theme/icon-l-mastodon" showRemainingCount: false - services: ["Posts", "Notifications"] + services: ["Posts"] socialNetwork: 9 dataType: SocialSync.Posts providerName: "mastodon" |
