Clarify that sorting rooms by activity isn't the only thing it does

Recently, it also sorts rooms based on unread notification count and
importance. This adds a clarification to the setting so users (like me)
aren't confused why it isn't sorting only by activity.
This commit is contained in:
Joshua Goins
2024-11-09 16:46:54 +00:00
parent 4c58512c54
commit 26cd621d0e

View File

@@ -93,6 +93,7 @@ FormCard.FormCardPage {
FormCard.FormCard {
FormCard.FormRadioDelegate {
text: i18nc("As in 'sort something based on last activity'", "Activity")
description: i18nc("@info", "Rooms with unread notifications will be shown first")
checked: NeoChatConfig.sortOrder === 1
enabled: !NeoChatConfig.isSortOrderImmutable
onToggled: {