diff --git a/qml/components/PhotoTextsListItem.qml b/qml/components/PhotoTextsListItem.qml index 78c7f39..f2270bb 100644 --- a/qml/components/PhotoTextsListItem.qml +++ b/qml/components/PhotoTextsListItem.qml @@ -84,7 +84,7 @@ ListItem { Rectangle { id: chatUnreadMessagesCountBackground - color: Theme.highlightBackgroundColor + color: isMuted ? ((Theme.colorScheme === Theme.DarkOnLight) ? "lightgray" : "dimgray") : Theme.highlightBackgroundColor width: Theme.fontSizeLarge height: Theme.fontSizeLarge anchors.right: parent.right @@ -100,6 +100,7 @@ ListItem { color: Theme.primaryColor anchors.centerIn: chatUnreadMessagesCountBackground visible: chatListViewItem.unreadCount > 0 + opacity: isMuted ? Theme.opacityHigh : 1.0 text: chatListViewItem.unreadCount > 99 ? "99+" : chatListViewItem.unreadCount } } diff --git a/translations/harbour-fernschreiber-en.ts b/translations/harbour-fernschreiber-en.ts index f565fee..8bc850b 100644 --- a/translations/harbour-fernschreiber-en.ts +++ b/translations/harbour-fernschreiber-en.ts @@ -483,8 +483,10 @@ unread messages - unread message - unread messages + unread +message + unread +messages diff --git a/translations/harbour-fernschreiber-sk.ts b/translations/harbour-fernschreiber-sk.ts index 4ad891a..24b2885 100644 --- a/translations/harbour-fernschreiber-sk.ts +++ b/translations/harbour-fernschreiber-sk.ts @@ -1194,7 +1194,7 @@ Filter your chats... - Triedenie vašich četov... + Filtrovanie četov... Search Chats @@ -1320,7 +1320,7 @@ Quiz Mode - Mód kvízu + Režim "kvíz" Quizzes have one correct answer. Participants can't revoke their responses. @@ -1536,7 +1536,7 @@ Enable online-only mode - Povoliť mód: Iba pripojený + Povoliť režim "iba pripojený" Disables offline caching. Certain features may be limited or missing in this mode. Changes require a restart of Fernschreiber to take effect. diff --git a/translations/harbour-fernschreiber-sv.ts b/translations/harbour-fernschreiber-sv.ts index f1962ff..69c4a7a 100644 --- a/translations/harbour-fernschreiber-sv.ts +++ b/translations/harbour-fernschreiber-sv.ts @@ -1644,7 +1644,7 @@ Delay before marking messages as read - Fördröjning före meddelanden markeras som lästa + Fördröjning innan meddelanden markeras som lästa Fernschreiber will wait a bit before messages are marked as read