diff --git a/components/StandardDialog.qml b/components/StandardDialog.qml index 8c7a05d3..0e081ae5 100644 --- a/components/StandardDialog.qml +++ b/components/StandardDialog.qml @@ -119,7 +119,6 @@ Window { releasedColor: "#FF6C3C" pressedColor: "#FF4304" text: qsTr("Cancel") - KeyNavigation.tab: passwordInput onClicked: { root.rejected() root.close()