Bug 1405339 - Part 2: Enable the CSS shapes highlighter. r=me

This commit is contained in:
Gabriel Luong 2017-10-03 13:21:01 -04:00
Родитель 2d16e2e052
Коммит d5f8d7ac33
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -59,7 +59,7 @@ pref("devtools.inspector.showAllAnonymousContent", false);
// Enable the new color widget
pref("devtools.inspector.colorWidget.enabled", false);
// Enable the CSS shapes highlighter
pref("devtools.inspector.shapesHighlighter.enabled", false);
pref("devtools.inspector.shapesHighlighter.enabled", true);
// Enable the Font Inspector
pref("devtools.fontinspector.enabled", true);