diff options
-rw-r--r-- | views/conversation/qml/View.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/conversation/qml/View.qml b/views/conversation/qml/View.qml index 82ca2af3..89e6379c 100644 --- a/views/conversation/qml/View.qml +++ b/views/conversation/qml/View.qml | |||
@@ -25,7 +25,7 @@ import QtQuick.Layouts 1.1 | |||
25 | 25 | ||
26 | import org.kube.framework 1.0 as Kube | 26 | import org.kube.framework 1.0 as Kube |
27 | 27 | ||
28 | FocusScope { | 28 | Kube.View { |
29 | id: root | 29 | id: root |
30 | property alias currentAccount: accountFolderview.currentAccount | 30 | property alias currentAccount: accountFolderview.currentAccount |
31 | 31 | ||