Index: sources/gui/qml/pages/SettingsHome.qml =================================================================== diff -u -r50199c98f47d614c1e3132963f68d3a81692e9e1 -rfeb7724c8a7a2932650c5daa490c90923c9fbe77 --- sources/gui/qml/pages/SettingsHome.qml (.../SettingsHome.qml) (revision 50199c98f47d614c1e3132963f68d3a81692e9e1) +++ sources/gui/qml/pages/SettingsHome.qml (.../SettingsHome.qml) (revision feb7724c8a7a2932650c5daa490c90923c9fbe77) @@ -139,7 +139,11 @@ anchors.centerIn: parent SettingsItem { id: _item_ title : qsTr("Device Information") - onClicked: _settingsStack.push(_deviceInformation) + onClicked: { + vDeviceInformation.doRequestHDDGVersions() + vDeviceInformation.doRequestServiceData() + _settingsStack.push(_deviceInformation) + } } SettingsItem { id: _item_bluetooth