aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--components/StandardDialog.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/StandardDialog.qml b/components/StandardDialog.qml
index 39ef1660..03c64a64 100644
--- a/components/StandardDialog.qml
+++ b/components/StandardDialog.qml
@@ -124,7 +124,6 @@ Window {
releasedColor: "#FF6C3C"
pressedColor: "#FF4304"
text: qsTr("Cancel")
- KeyNavigation.tab: passwordInput
onClicked: {
root.close()
root.rejected()