Enable the JSON View tool by default.

Follow-up to issue #1138.
This commit is contained in:
wolfbeast 2019-08-13 13:45:39 +02:00 committed by Roy Tam
commit dc06a97ab3

View file

@ -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);