mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
Issue #1899 - Disable the (broken) MDN integration widget by default.
This commit is contained in:
parent
046b81d062
commit
0749a8828c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue