sddm-theme: Use the wayland keyboard on Wayland

When using sddm on wayland (still to be completed) use the
wayland-specific keyboard component.
wilder-5.24
Aleix Pol 5 years ago committed by Aleix Pol Gonzalez
parent b9de2c8546
commit 6b7cd7a20d
  1. 3
      sddm-theme/Main.qml

@ -270,7 +270,8 @@ PlasmaCore.ColorScope {
state = "hidden";
}
}
source: "components/VirtualKeyboard.qml"
source: Qt.platform.pluginName.includes("wayland") ? "components/VirtualKeyboard_wayland.qml" : "components/VirtualKeyboard.qml"
anchors {
left: parent.left
right: parent.right

Loading…
Cancel
Save