diff --git a/imports/NeoChat/Page/RoomPage.qml b/imports/NeoChat/Page/RoomPage.qml index 465448f9c..d0cd5a37c 100644 --- a/imports/NeoChat/Page/RoomPage.qml +++ b/imports/NeoChat/Page/RoomPage.qml @@ -335,6 +335,10 @@ Kirigami.ScrollablePage { } icon.name: currentRoom && currentRoom.hasUnreadMessages ? "go-up" : "go-down" } + + QQC2.ToolTip { + text: currentRoom && currentRoom.hasUnreadMessages ? i18n("Jump to first unread message") : i18n("Jump to latest message") + } } header: RowLayout {