diff --git a/src/ui/toolbar/MainToolBarIndicators.qml b/src/ui/toolbar/MainToolBarIndicators.qml index e342300d2e3f254169906092fcb77ef4a10f8eb6..8b059e70d2fe538f1ed613a54c30bfc8ddf25afd 100644 --- a/src/ui/toolbar/MainToolBarIndicators.qml +++ b/src/ui/toolbar/MainToolBarIndicators.qml @@ -102,19 +102,6 @@ Row { anchors.verticalCenter: parent.verticalCenter anchors.horizontalCenter: parent.horizontalCenter } - SequentialAnimation { - id: loopAnimation - loops: Animation.Infinite - NumberAnimation { target: criticalMessage; property: "opacity"; duration: 1000; from: 0.25; to: 1 } - NumberAnimation { target: criticalMessage; property: "opacity"; duration: 1000; from: 1; to: 0.25 } - } - onVisibleChanged: { - if(messages.visible) { - loopAnimation.start() - } else { - loopAnimation.stop() - } - } } Item { anchors.fill: parent