From f9a01cdd69d04a972c5d8611ba58237c9fefc336 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Thu, 19 Feb 2026 13:21:57 +0100 Subject: Use shared buteo-common, and separate notifications --- settings/accounts/ui/MastodonSettingsDisplay.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'settings/accounts/ui/MastodonSettingsDisplay.qml') diff --git a/settings/accounts/ui/MastodonSettingsDisplay.qml b/settings/accounts/ui/MastodonSettingsDisplay.qml index 1ee276e..082bf04 100644 --- a/settings/accounts/ui/MastodonSettingsDisplay.qml +++ b/settings/accounts/ui/MastodonSettingsDisplay.qml @@ -109,7 +109,9 @@ StandardAccountSettingsDisplay { text: model.displayName description: model.serviceName === "mastodon-microblog" ? "Show Mastodon posts in the Events view." - : "" + : (model.serviceName === "mastodon-notifications" + ? "Show Mastodon notifications." + : "") visible: text.length > 0 onCheckedChanged: { if (checked) { -- cgit v1.2.3