From 26cd621d0e21530ced6d8be8c79f38b564355a25 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 9 Nov 2024 16:46:54 +0000 Subject: [PATCH] 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. --- src/settings/NeoChatGeneralPage.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/settings/NeoChatGeneralPage.qml b/src/settings/NeoChatGeneralPage.qml index c38db8601..1a2f67098 100644 --- a/src/settings/NeoChatGeneralPage.qml +++ b/src/settings/NeoChatGeneralPage.qml @@ -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: {