diff --git a/src/gui/qml/AccountBar.qml b/src/gui/qml/AccountBar.qml index 695e58a5e8f..5295106112d 100644 --- a/src/gui/qml/AccountBar.qml +++ b/src/gui/qml/AccountBar.qml @@ -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() {