diff --git a/qml/overlays/BulletinOverlay.qml b/qml/overlays/BulletinOverlay.qml index e1e89e5..9ef59ab 100644 --- a/qml/overlays/BulletinOverlay.qml +++ b/qml/overlays/BulletinOverlay.qml @@ -57,7 +57,7 @@ ColumnLayout { target: gcd onClearMessages: function() { - //jsonModel4.clear() + jsonModel4.clear() } onAppendMessage: function(handle, from, displayName, message, image, mid, fromMe, ts) {