Index: sources/gui/qml/BluetoothStatusIndicator.qml =================================================================== diff -u -r1311b2947c5a8afed475e99847f99e91ca064d14 -r070977fbf934ea7ff458bdadc6c1e0b7e7efd3bf --- sources/gui/qml/BluetoothStatusIndicator.qml (.../BluetoothStatusIndicator.qml) (revision 1311b2947c5a8afed475e99847f99e91ca064d14) +++ sources/gui/qml/BluetoothStatusIndicator.qml (.../BluetoothStatusIndicator.qml) (revision 070977fbf934ea7ff458bdadc6c1e0b7e7efd3bf) @@ -75,12 +75,13 @@ font.bold: true } - onClicked: _btInfoDialog.open() + onClicked: if(displayInformation) _btInfoDialog.open() Item { // To allow better positioning control, wrapping ModalDialog in Item anchors.right : _btStatusRoot.right anchors.top : _btStatusRoot.bottom + width : _btInfoDialog.width height: _btInfoDialog.height