diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-20 12:03:33 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-20 12:03:33 +0200 |
commit | be511a719851c14c5ea5c1479ed2d814fbd3a8e6 (patch) | |
tree | 96b4d73cb249bd39c24ac627d05201f4ea033e9d /framework/qml/Messages.qml | |
parent | fa8703974b98622f3f0dcd31cc1bdef554fb227b (diff) | |
download | kube-be511a719851c14c5ea5c1479ed2d814fbd3a8e6.tar.gz kube-be511a719851c14c5ea5c1479ed2d814fbd3a8e6.zip |
Get the folder name in the status bar
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 aa43de76..485f7816 100644 --- a/framework/qml/Messages.qml +++ b/framework/qml/Messages.qml | |||
@@ -36,6 +36,7 @@ Item { | |||
36 | 36 | ||
37 | property string notification: "notification" | 37 | property string notification: "notification" |
38 | property string progressNotification: "progressNotification" | 38 | property string progressNotification: "progressNotification" |
39 | property string errorNotification: "errorNotification" | ||
39 | property string search: "search" | 40 | property string search: "search" |
40 | property string synchronize: "synchronize" | 41 | property string synchronize: "synchronize" |
41 | property string reply: "reply" | 42 | property string reply: "reply" |