From e828d9ed7b4ddd2a5956722a5862715453739b7c Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sun, 6 Oct 2019 15:26:02 +0200 Subject: Disable autoplayback again --- resources/qml/StatusIndicator.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'resources/qml/StatusIndicator.qml') diff --git a/resources/qml/StatusIndicator.qml b/resources/qml/StatusIndicator.qml index bc28456f..9f8d2cae 100644 --- a/resources/qml/StatusIndicator.qml +++ b/resources/qml/StatusIndicator.qml @@ -39,6 +39,7 @@ Rectangle { anchors.fill: stateImg source: stateImg color: colors.buttonText + visible: stateImg.source != "" } } -- cgit 1.5.1