diff options
Diffstat (limited to 'data/epiphany.schemas.in')
-rw-r--r-- | data/epiphany.schemas.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 9c4a0149c..51bcb107e 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -519,6 +519,17 @@ <long></long> </locale> </schema> + <schema> + <key>/schemas/apps/epiphany/web/inspector_enabled</key> + <applyto>/apps/epiphany/web/inspector_enabled</applyto> + <owner>epiphany</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Enable Web Inspector</short> + <long></long> + </locale> + </schema> </schemalist> </gconfschemafile> |