Index: sources/gui/qml/dialogs/headerbar/WiFiDialog.qml =================================================================== diff -u -r51c91d35b3d0d1acac4dfccf6057d3949f302448 -r3ee91a030e9affe0a50acdee33520c985c05d779 --- sources/gui/qml/dialogs/headerbar/WiFiDialog.qml (.../WiFiDialog.qml) (revision 51c91d35b3d0d1acac4dfccf6057d3949f302448) +++ sources/gui/qml/dialogs/headerbar/WiFiDialog.qml (.../WiFiDialog.qml) (revision 3ee91a030e9affe0a50acdee33520c985c05d779) @@ -7,8 +7,6 @@ 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