diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-10-06 15:26:02 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-11-23 20:06:15 +0100 |
commit | e828d9ed7b4ddd2a5956722a5862715453739b7c (patch) | |
tree | 32729f3522a131e27d9f41790cf1c4a80838a5da /resources/qml/StatusIndicator.qml | |
parent | Use win lean and mean to fix WinSock include issue (diff) | |
download | nheko-e828d9ed7b4ddd2a5956722a5862715453739b7c.tar.xz |
Disable autoplayback again
Diffstat (limited to 'resources/qml/StatusIndicator.qml')
-rw-r--r-- | resources/qml/StatusIndicator.qml | 1 |
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 != "" } } |