summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@jolla.com>2026-02-11 00:19:48 +0100
committerAndrew Branson <andrew.branson@jolla.com>2026-02-11 00:19:48 +0100
commit02b3826491b05e29fff3ec9e585e9919047b2ab9 (patch)
treea6bcd6fb07b03a92852d1ddf2cc696c37f723bba
parentb42a78104f6d38ab3aa578e8d2201ac8c685a28c (diff)
Posts subtitle
-rw-r--r--settings/accounts/ui/MastodonSettingsDisplay.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings/accounts/ui/MastodonSettingsDisplay.qml b/settings/accounts/ui/MastodonSettingsDisplay.qml
index 61e9f12..cf3b56b 100644
--- a/settings/accounts/ui/MastodonSettingsDisplay.qml
+++ b/settings/accounts/ui/MastodonSettingsDisplay.qml
@@ -102,6 +102,9 @@ StandardAccountSettingsDisplay {
TextSwitch {
checked: model.enabled
text: model.displayName
+ description: model.serviceName === "mastodon-microblog"
+ ? "Show Mastodon posts in the Events view."
+ : ""
visible: text.length > 0
onCheckedChanged: {
if (checked) {