mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 14:05:58 +03:00
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:
commit
d5d145df2d
1 changed files with 0 additions and 1 deletions
|
@ -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 : ""
|
||||
|
|
Loading…
Reference in a new issue