diff --git a/mobile/wifi/package/contents/ui/ConnectionItemDelegate.qml b/mobile/wifi/package/contents/ui/ConnectionItemDelegate.qml --- a/mobile/wifi/package/contents/ui/ConnectionItemDelegate.qml +++ b/mobile/wifi/package/contents/ui/ConnectionItemDelegate.qml @@ -27,7 +27,6 @@ Kirigami.SwipeListItem { enabled: true - //backgroundColor: theme.backgroundColor property var map : [] property bool predictableWirelessPassword: !Uuid && Type == PlasmaNM.Enums.Wireless && diff --git a/mobile/wifi/package/contents/ui/main.qml b/mobile/wifi/package/contents/ui/main.qml --- a/mobile/wifi/package/contents/ui/main.qml +++ b/mobile/wifi/package/contents/ui/main.qml @@ -130,34 +130,4 @@ } } ] -/* - footer: Controls.Button { - width: parent.width - text: "ContextualActions" - iconName: "edit" - onClicked: bottomDrawer.open() - } - - Kirigami.OverlayDrawer { - id: bottomDrawer - edge: Qt.BottomEdge - contentItem: Item { - implicitHeight: childrenRect.height + Kirigami.Units.gridUnit - ColumnLayout{ - anchors.centerIn: parent - Controls.Button { - text: "Add custom connection" - onClicked: applicationWindow().pageStack.push(connectionEditorDialogComponent) - } - Controls.Button { - text: "Create Hotspot" - onClicked: showPassiveNotification("Open tethering") - } - Item { - Layout.minimumHeight: Units.gridUnit * 4 - } - } - } - } -*/ }