diff options
Diffstat (limited to 'app/wifi')
-rw-r--r-- | app/wifi/Wifi.qml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/wifi/Wifi.qml b/app/wifi/Wifi.qml index 77e0759..d6b76c9 100644 --- a/app/wifi/Wifi.qml +++ b/app/wifi/Wifi.qml @@ -399,14 +399,6 @@ SettingPage { } } } - - Keyboard { - id: keyboard - Layout.fillWidth: true - Layout.fillHeight: true - Layout.preferredHeight: 1 - target: activeFocusControl - } } } |