summary refs log tree commit diff
path: root/resources/qml/StatusIndicator.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2019-10-06 15:26:02 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2019-11-23 20:06:15 +0100
commite828d9ed7b4ddd2a5956722a5862715453739b7c (patch)
tree32729f3522a131e27d9f41790cf1c4a80838a5da /resources/qml/StatusIndicator.qml
parentUse win lean and mean to fix WinSock include issue (diff)
downloadnheko-e828d9ed7b4ddd2a5956722a5862715453739b7c.tar.xz
Disable autoplayback again
Diffstat (limited to 'resources/qml/StatusIndicator.qml')
-rw-r--r--resources/qml/StatusIndicator.qml1
1 files changed, 1 insertions, 0 deletions
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 != ""
 	}
 }