Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2022-05-19 21:00:31 +08:00
commit 1e871780fb
5 changed files with 71 additions and 37 deletions

View file

@ -62,7 +62,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);