Index: sources/gui/qml/dialogs/headerbar/WiFiDialog.qml =================================================================== diff -u -ra2f4636c3ecf98ec1e38f812f4602e0d67d4b7bf -r51c91d35b3d0d1acac4dfccf6057d3949f302448 --- sources/gui/qml/dialogs/headerbar/WiFiDialog.qml (.../WiFiDialog.qml) (revision a2f4636c3ecf98ec1e38f812f4602e0d67d4b7bf) +++ sources/gui/qml/dialogs/headerbar/WiFiDialog.qml (.../WiFiDialog.qml) (revision 51c91d35b3d0d1acac4dfccf6057d3949f302448) @@ -7,6 +7,8 @@ readonly property int pixelSize : Fonts.fontPixelDialogText readonly property bool isConnected : vDevice.ssid !== "" + type : HeaderBarPopup.Button.WiFi + // TODO: Later add Securty type and signal strength if needed contentItem: Column { id : _dialogColumn anchors.centerIn : parent