Skip to content

Commit

Permalink
Add Accessible name to AccountTab items
Browse files Browse the repository at this point in the history
Fixes: #11861
  • Loading branch information
TheOneRing authored and erikjv committed Oct 8, 2024
1 parent 7276e12 commit 10b0c0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qml/AccountBar.qml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ Pane {
ToolTip.text: accountState.account.davDisplayName + "\n" + accountState.account.url
ToolTip.delay: 500

Accessible.name: accountState.account.displayNameWithHost

Connections {
target: accountState.account
function onAvatarChanged() {
Expand Down

0 comments on commit 10b0c0b

Please sign in to comment.