Skip to content

Commit

Permalink
Disable virtual keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal-Szczepaniak committed Apr 30, 2018
1 parent 711cb22 commit 8e1a8a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

import QtQuick 2.0
import SddmComponents 2.0
import QtQuick.VirtualKeyboard 2.1

Rectangle {
id : amadeus_root
Expand All @@ -27,6 +28,12 @@ Rectangle {

TextConstants { id: textConstants }

InputPanel {
id: inputPanel
active: false
visible: false
}

Connections {
target: sddm

Expand Down

0 comments on commit 8e1a8a2

Please sign in to comment.