提交 25aab64f 编写于 作者: R Rob Lourens

Settings editor - add description tooltip

上级 6cf7cb22
......@@ -741,6 +741,7 @@ class SettingItemRenderer implements IRenderer<ISettingItemEntry, ISettingItemTe
template.labelElement.textContent = settingKeyDisplay.label;
template.labelElement.title = titleTooltip;
template.descriptionElement.textContent = entry.description;
template.descriptionElement.title = entry.description;
DOM.toggleClass(template.parent, 'is-configured', entry.isConfigured);
this.renderValue(entry, template);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册