Add shortcut for new credential

This commit is contained in:
Dag Heyman 2017-02-16 10:04:35 +01:00
parent 75afc6f7dc
commit 9451e280b9
No known key found for this signature in database
GPG Key ID: 06FC004369E7D338

View File

@ -59,6 +59,7 @@ ApplicationWindow {
MenuItem {
text: qsTr('Add credential...')
onTriggered: addCredential.open()
shortcut: StandardKey.New
}
MenuItem {
text: qsTr('Set password...')