summaryrefslogtreecommitdiffstats
path: root/framework/qml/Messages.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-06-28 11:21:51 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-06-28 11:21:51 +0200
commit1b46726b46197776c70adb9367fd604d50522755 (patch)
tree61fa69f275ed15117b0b2e24907f2b4c9ac09bf6 /framework/qml/Messages.qml
parentbd62b0c97bf7aa9f4c864367a159ea479c256bc1 (diff)
downloadkube-1b46726b46197776c70adb9367fd604d50522755.tar.gz
kube-1b46726b46197776c70adb9367fd604d50522755.zip
Only show the logview if notificaitons are available
and rename to Notification view
Diffstat (limited to 'framework/qml/Messages.qml')
-rw-r--r--framework/qml/Messages.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/Messages.qml b/framework/qml/Messages.qml
index d9734a0a..1555507f 100644
--- a/framework/qml/Messages.qml
+++ b/framework/qml/Messages.qml
@@ -52,6 +52,7 @@ Item {
52 52
53 property string componentDone: "done" 53 property string componentDone: "done"
54 property string errorPending: "errorPending" 54 property string errorPending: "errorPending"
55 property string notificationPending: "notificationPending"
55 56
56 property string selectNextConversation: "selectNextConversation" 57 property string selectNextConversation: "selectNextConversation"
57 property string selectPreviousConversation: "selectPreviousConversation" 58 property string selectPreviousConversation: "selectPreviousConversation"