diff --git a/qml/overlays/ChatOverlay.qml b/qml/overlays/ChatOverlay.qml index 7cdc90e2..250b95aa 100644 --- a/qml/overlays/ChatOverlay.qml +++ b/qml/overlays/ChatOverlay.qml @@ -62,14 +62,6 @@ W.Overlay { header: Component { Column { width: messagesListView.width - Label { - width: messagesListView.width - font.pointSize: Theme.textSmallPt - font.weight: Font.Bold - color: Theme.chatOverlayWarningTextColor - horizontalAlignment: Text.AlignHCenter - text: overlayRoot.historyState - } Label { id: historyWarning