mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2025-01-08 12:00:29 +03:00
Add shortcut for new credential
This commit is contained in:
parent
75afc6f7dc
commit
9451e280b9
@ -59,6 +59,7 @@ ApplicationWindow {
|
|||||||
MenuItem {
|
MenuItem {
|
||||||
text: qsTr('Add credential...')
|
text: qsTr('Add credential...')
|
||||||
onTriggered: addCredential.open()
|
onTriggered: addCredential.open()
|
||||||
|
shortcut: StandardKey.New
|
||||||
}
|
}
|
||||||
MenuItem {
|
MenuItem {
|
||||||
text: qsTr('Set password...')
|
text: qsTr('Set password...')
|
||||||
|
Loading…
Reference in New Issue
Block a user