diff options
Diffstat (limited to 'app/Settings.qml')
-rw-r--r-- | app/Settings.qml | 3 |
1 files changed, 3 insertions, 0 deletions
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 {} } } |