From c08a37b96fec1706a1eb560255d487ec6c8a05dc Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Thu, 19 Mar 2026 16:48:51 +0100 Subject: Sync with main --- settings/accounts/ui/mastodon.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'settings/accounts/ui/mastodon.qml') diff --git a/settings/accounts/ui/mastodon.qml b/settings/accounts/ui/mastodon.qml index e7cf255..a32f336 100644 --- a/settings/accounts/ui/mastodon.qml +++ b/settings/accounts/ui/mastodon.qml @@ -366,12 +366,13 @@ AccountCreationAgent { function configure() { hasConfigured = true - var services = ["mastodon-microblog", "mastodon-sharing"] + var services = ["mastodon-microblog", "mastodon-notifications", "mastodon-sharing"] var providerDisplayName = root.accountProvider && root.accountProvider.displayName ? root.accountProvider.displayName.toString().trim() : "" if (providerDisplayName.length === 0) { - providerDisplayName = "Mastodon" + //% "Mastodon" + providerDisplayName = qsTrId("settings-accounts-mastodon-la-provider_name") } newAccount.displayName = providerDisplayName -- cgit v1.2.3