diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-06-28 11:21:51 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-06-28 11:21:51 +0200 |
commit | 1b46726b46197776c70adb9367fd604d50522755 (patch) | |
tree | 61fa69f275ed15117b0b2e24907f2b4c9ac09bf6 /framework/qml/Messages.qml | |
parent | bd62b0c97bf7aa9f4c864367a159ea479c256bc1 (diff) | |
download | kube-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.qml | 1 |
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" |