Merge pull request #4657 from nextcloud/bugfix/accessibility

Remove tooltip because it is only repeating the label of the link.
This commit is contained in:
Matthieu Gallien 2022-06-23 09:40:34 +02:00 committed by GitHub
commit d5d145df2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,6 @@ RowLayout {
Layout.preferredWidth: primary ? -1 : parent.height
text: model.modelData.label
toolTipText: model.modelData.label
imageSource: model.modelData.imageSource ? model.modelData.imageSource + root.adjustedHeaderColor : ""
imageSourceHover: model.modelData.imageSourceHovered ? model.modelData.imageSourceHovered + UserModel.currentUser.headerTextColor : ""