mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2025-01-05 18:25:58 +03:00
ui: about page now closes on ESC
This commit is contained in:
parent
a80b35579b
commit
a37d21f40b
@ -6,6 +6,11 @@ DefaultDialog {
|
||||
id: aboutPage
|
||||
title: qsTr("About Yubico Authenticator")
|
||||
|
||||
Item {
|
||||
focus:true
|
||||
Keys.onEscapePressed: close()
|
||||
}
|
||||
|
||||
Label {
|
||||
text: qsTr("Yubico Authenticator")
|
||||
font.bold: true
|
||||
|
Loading…
Reference in New Issue
Block a user