summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/MediaPlayer.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/MediaPlayer.qml b/app/MediaPlayer.qml
index 8eb10f3..77538a6 100644
--- a/app/MediaPlayer.qml
+++ b/app/MediaPlayer.qml
@@ -225,7 +225,7 @@ ApplicationWindow {
Item { Layout.fillWidth: true }
ToggleButton {
- enabled: bluetooth.connected
+ visible: bluetooth.connected
checked: bluetooth.av_connected
offImage: './images/AGL_MediaPlayer_Bluetooth_Inactive.svg'
onImage: './images/AGL_MediaPlayer_Bluetooth_Active.svg'