Issue #1899 - Disable the (broken) MDN integration widget by default.

This commit is contained in:
Moonchild 2022-05-14 11:06:02 +00:00 committed by roytam1
commit 0749a8828c

View file

@ -59,7 +59,7 @@ pref("devtools.inspector.showUserAgentStyles", false);
// Show all native anonymous content (like controls in <video> tags)
pref("devtools.inspector.showAllAnonymousContent", false);
// Enable the MDN docs tooltip
pref("devtools.inspector.mdnDocsTooltip.enabled", true);
pref("devtools.inspector.mdnDocsTooltip.enabled", false);
// Enable the Font Inspector
pref("devtools.fontinspector.enabled", true);