diff options
Diffstat (limited to 'views/log/qml/View.qml')
-rw-r--r-- | views/log/qml/View.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/log/qml/View.qml b/views/log/qml/View.qml index bf06b76c..3aa76025 100644 --- a/views/log/qml/View.qml +++ b/views/log/qml/View.qml | |||
@@ -27,6 +27,9 @@ Controls1.SplitView { | |||
27 | id: root | 27 | id: root |
28 | 28 | ||
29 | property bool pendingError: false; | 29 | property bool pendingError: false; |
30 | onPendingErrorChanged: { | ||
31 | Kube.Fabric.postMessage(Kube.Messages.errorPending, {errorPending: pendingError}) | ||
32 | } | ||
30 | 33 | ||
31 | Controls2.StackView.onActivated: { | 34 | Controls2.StackView.onActivated: { |
32 | root.pendingError = false; | 35 | root.pendingError = false; |