mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
parent
fe68fd519c
commit
dc06a97ab3
1 changed files with 1 additions and 6 deletions
|
|
@ -353,13 +353,8 @@ pref("devtools.editor.autocomplete", true);
|
|||
// version for each user.
|
||||
pref("devtools.telemetry.tools.opened.version", "{}");
|
||||
|
||||
// Enable the JSON View tool (an inspector for application/json documents) on
|
||||
// Nightly and Dev. Edition.
|
||||
#ifdef RELEASE_OR_BETA
|
||||
pref("devtools.jsonview.enabled", false);
|
||||
#else
|
||||
// Enable the JSON View tool (an inspector for application/json documents)
|
||||
pref("devtools.jsonview.enabled", true);
|
||||
#endif
|
||||
|
||||
// Enable the HTML responsive design mode for all channels.
|
||||
pref("devtools.responsive.html.enabled", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue