From 2100e260e58e12cef347ecf17e3aad9422d22e86 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Thu, 19 Feb 2026 19:10:37 +0100 Subject: Notif tweak --- .../mastodon.Notifications.xml | 2 +- settings/accounts/ui/MastodonSettingsDisplay.qml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/buteo-plugins/buteo-sync-plugin-mastodon-notifications/mastodon.Notifications.xml b/buteo-plugins/buteo-sync-plugin-mastodon-notifications/mastodon.Notifications.xml index 2843180..0b6bad4 100644 --- a/buteo-plugins/buteo-sync-plugin-mastodon-notifications/mastodon.Notifications.xml +++ b/buteo-plugins/buteo-sync-plugin-mastodon-notifications/mastodon.Notifications.xml @@ -8,7 +8,7 @@ - + diff --git a/settings/accounts/ui/MastodonSettingsDisplay.qml b/settings/accounts/ui/MastodonSettingsDisplay.qml index 082bf04..ece9a41 100644 --- a/settings/accounts/ui/MastodonSettingsDisplay.qml +++ b/settings/accounts/ui/MastodonSettingsDisplay.qml @@ -106,7 +106,11 @@ StandardAccountSettingsDisplay { id: syncServicesRepeater TextSwitch { checked: model.enabled - text: model.displayName + text: model.serviceName === "mastodon-microblog" + ? "Posts" + : (model.serviceName === "mastodon-notifications" + ? "Notifications" + : model.displayName) description: model.serviceName === "mastodon-microblog" ? "Show Mastodon posts in the Events view." : (model.serviceName === "mastodon-notifications" -- cgit v1.2.3