diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-18 13:12:38 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-22 10:26:27 +0200 |
commit | bc64551d4083e47fad3deefd69f66b745bbbee2d (patch) | |
tree | 6dd70a9ad96e7c5a3fa0e7fe7d8b112945ac582f /framework/qml/Messages.qml | |
parent | d373ecc37fd1f2f0a0d980b7f393c29bdf90c855 (diff) | |
download | kube-bc64551d4083e47fad3deefd69f66b745bbbee2d.tar.gz kube-bc64551d4083e47fad3deefd69f66b745bbbee2d.zip |
keyring
Diffstat (limited to 'framework/qml/Messages.qml')
-rw-r--r-- | framework/qml/Messages.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/qml/Messages.qml b/framework/qml/Messages.qml index 1d2ca002..8d10bc3b 100644 --- a/framework/qml/Messages.qml +++ b/framework/qml/Messages.qml | |||
@@ -34,6 +34,8 @@ Item { | |||
34 | property string toggleImportant: "toggleImportant" | 34 | property string toggleImportant: "toggleImportant" |
35 | property string moveToFolder: "moveToFolder" | 35 | property string moveToFolder: "moveToFolder" |
36 | property string moveToDrafts: "moveToDrafts" | 36 | property string moveToDrafts: "moveToDrafts" |
37 | property string credentials: "credentials" | ||
38 | property string unlockKeyring: "unlockKeyring" | ||
37 | 39 | ||
38 | property string notification: "notification" | 40 | property string notification: "notification" |
39 | property string progressNotification: "progressNotification" | 41 | property string progressNotification: "progressNotification" |