From d0350d3b30f53bbee53fcea6563b7f20505c1b2c Mon Sep 17 00:00:00 2001 From: Raquel Medina Date: Fri, 5 Jul 2019 12:44:07 +0200 Subject: settings: wired: add wired connections UI The initial Wired UI only implements unauthenticated access. Bug-AGL: SPEC-2355 Signed-off-by: Raquel Medina Change-Id: I5bac4378879e365bce544ae55d752c187acc3a48 --- app/Settings.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/Settings.qml') diff --git a/app/Settings.qml b/app/Settings.qml index bfcec3a..47d5eb2 100644 --- a/app/Settings.qml +++ b/app/Settings.qml @@ -21,6 +21,7 @@ import QtQuick.Controls 2.0 import 'datetime' import 'bluetooth' import 'wifi' +import 'wired' import 'version' ApplicationWindow { @@ -69,6 +70,8 @@ ApplicationWindow { Wifi {} + Wired {} + Version {} } } -- cgit 1.2.3-korg