diff options
Diffstat (limited to 'data/epiphany.schemas.in')
-rw-r--r-- | data/epiphany.schemas.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 81ee8c3d9..9f2211b52 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -497,5 +497,17 @@ <short>Automatically manage offline status with NetworkManager</short> </locale> </schema> + <schema> + <key>/schemas/apps/epiphany/dialogs/downloads_hidden</key> + <applyto>/apps/epiphany/dialogs/downloads_hidden</applyto> + <owner>epiphany</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Visibility of the downloads window</short> + <long>Hide or show the downloads window. When hidden, a notification will be shown when new downloads are started.</long> + </locale> + </schema> + </schemalist> </gconfschemafile> |