Merge pull request 'remove debug info from chatoverlay' (#446) from historywarningfix into master
the build was successful Details

Reviewed-on: #446
This commit is contained in:
Sarah Jamie Lewis 2020-12-08 18:16:27 -08:00
commit dfdce13e46
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