Put message debug thing in EventContent

This commit is contained in:
miruka
2019-09-19 18:39:45 -04:00
parent c1a27328d9
commit d9addff8ef
2 changed files with 8 additions and 8 deletions

View File

@@ -21,6 +21,14 @@ HRowLayout {
totalSpacing
TapHandler {
enabled: debugMode
onDoubleTapped:
Utils.debug(eventContent, con => { con.runJS("json()") })
}
Item {
id: avatarWrapper
opacity: collapseAvatar ? 0 : 1