seed password not closing

This commit is contained in:
Jaquee 2017-03-02 13:13:13 +01:00
parent e826f7c1ec
commit 114ce41fcc
No known key found for this signature in database
GPG key ID: 384E52B09F45DC39

View file

@ -100,12 +100,14 @@ Window {
}
}
Keys.onReturnPressed: {
root.accepted()
root.close()
root.accepted()
}
Keys.onEscapePressed: {
root.rejected()
root.close()
root.rejected()
}