Skip to content
Snippets Groups Projects
Commit 357c814c authored by Aline Gondim Santos's avatar Aline Gondim Santos Committed by Sébastien Blin
Browse files

plugins: hide preference tooltip if text empty

Change-Id: I9acb9d5d3d53e981992759355b98ebcd785bad6b
parent 83834301
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ ItemDelegate {
color: JamiTheme.textColor
elide: Text.ElideRight
font.pointSize: JamiTheme.settingsFontSize
ToolTip.visible: hovered
ToolTip.visible: hovered && preferenceSummary
ToolTip.text: preferenceSummary
opacity: enabled ? 1.0 : 0.5
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment