projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0d74ff
)
Remove tooltip because it is only repeating the label of the link.
author
Camila
<hello@camila.codes>
Tue, 21 Jun 2022 10:11:03 +0000
(12:11 +0200)
committer
Matthieu Gallien
<matthieu_gallien@yahoo.fr>
Thu, 23 Jun 2022 06:56:23 +0000
(08:56 +0200)
It is bad for accessibility.
Signed-off-by: Camila <hello@camila.codes>
src/gui/tray/ActivityItemActions.qml
patch
|
blob
|
history
diff --git
a/src/gui/tray/ActivityItemActions.qml
b/src/gui/tray/ActivityItemActions.qml
index 4e1c7121a8c1c0c56cd3e0c0af2da318a6012abe..1b1b70e5c4fc7daad25142bf0dfa157793bf2eff 100644
(file)
--- a/
src/gui/tray/ActivityItemActions.qml
+++ b/
src/gui/tray/ActivityItemActions.qml
@@
-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 : ""