diff options
-rw-r--r-- | components/kube/contents/ui/LogView.qml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/components/kube/contents/ui/LogView.qml b/components/kube/contents/ui/LogView.qml index c1cc36fd..4475e318 100644 --- a/components/kube/contents/ui/LogView.qml +++ b/components/kube/contents/ui/LogView.qml | |||
@@ -29,7 +29,9 @@ Controls.SplitView { | |||
29 | property bool pendingError: false; | 29 | property bool pendingError: false; |
30 | 30 | ||
31 | Controls2.StackView.onActivated: { | 31 | Controls2.StackView.onActivated: { |
32 | pendingError = false; | 32 | root.pendingError = false; |
33 | //Always select the latest notification | ||
34 | listView.currentIndex = 0 | ||
33 | } | 35 | } |
34 | 36 | ||
35 | Item { | 37 | Item { |