| Index: lib/prefs.js |
| =================================================================== |
| --- a/lib/prefs.js |
| +++ b/lib/prefs.js |
| @@ -156,6 +156,13 @@ |
| defaults.notifications_ignoredcategories = []; |
| /** |
| + * Whether to show the developer tools panel. |
| + * |
| + * @type {boolean} |
| + */ |
| +defaults.show_devtools_panel = true; |
|
Thomas Greiner
2016/03/14 16:26:05
Since there's no mention in the devtools panel on
Sebastian Noack
2016/03/14 16:39:35
It's already bad enough that we cannot integrate i
kzar
2016/03/14 17:52:20
Sebastian asked me for a third opinion in IRC so h
|
| + |
| +/** |
| * @namespace |
| * @static |
| */ |