mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 18:58:29 +03:00
call settings button "Settings"
This commit is contained in:
parent
5f63533954
commit
7cff0f1a51
@ -89,11 +89,11 @@ ToolBar {
|
||||
KeyNavigation.tab: searchField
|
||||
|
||||
Accessible.role: Accessible.Button
|
||||
Accessible.name: "More"
|
||||
Accessible.description: "More dropdown menu"
|
||||
Accessible.name: "Settings"
|
||||
Accessible.description: "Settings button"
|
||||
|
||||
ToolTip {
|
||||
text: qsTr("More")
|
||||
text: qsTr("Settings")
|
||||
delay: 1000
|
||||
parent: moreBtn
|
||||
visible: parent.hovered
|
||||
|
Loading…
Reference in New Issue
Block a user