remove debug info from chatoverlay #446

Merged
sarah merged 1 commits from historywarningfix into master 2020-12-09 02:16:29 +00:00
1 changed files with 0 additions and 8 deletions

View File

@ -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