diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-01 17:56:32 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-01 17:57:01 +0200 |
commit | 8bbf98eb13eeb60e98bc5ff9e116eb35b0e2c081 (patch) | |
tree | f271678723de99da084df2fe1bd561930bcdcd73 /framework/qml/ConversationView.qml | |
parent | 4beb1480954b3a54bf23683e5a0fd2f08624d019 (diff) | |
download | kube-8bbf98eb13eeb60e98bc5ff9e116eb35b0e2c081.tar.gz kube-8bbf98eb13eeb60e98bc5ff9e116eb35b0e2c081.zip |
Prepared auto load images
Diffstat (limited to 'framework/qml/ConversationView.qml')
-rw-r--r-- | framework/qml/ConversationView.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/qml/ConversationView.qml b/framework/qml/ConversationView.qml index 4df7dfa0..e1e93b66 100644 --- a/framework/qml/ConversationView.qml +++ b/framework/qml/ConversationView.qml | |||
@@ -32,6 +32,7 @@ FocusScope { | |||
32 | property bool hideTrash: true; | 32 | property bool hideTrash: true; |
33 | property bool hideNonTrash: false; | 33 | property bool hideNonTrash: false; |
34 | property string searchString: "" | 34 | property string searchString: "" |
35 | property bool autoLoadImages: true | ||
35 | 36 | ||
36 | Kube.Listener { | 37 | Kube.Listener { |
37 | filter: Kube.Messages.searchString | 38 | filter: Kube.Messages.searchString |
@@ -143,6 +144,7 @@ FocusScope { | |||
143 | incomplete: model.incomplete | 144 | incomplete: model.incomplete |
144 | current: delegateRoot.isCurrentItem | 145 | current: delegateRoot.isCurrentItem |
145 | searchString: root.searchString | 146 | searchString: root.searchString |
147 | autoLoadImages: root.autoLoadImages | ||
146 | } | 148 | } |
147 | } | 149 | } |
148 | 150 | ||