diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany.schemas.in | 11 | ||||
-rw-r--r-- | data/ui/epiphany-ui.xml.in | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 12ce4bb60..b795f33dc 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -260,6 +260,17 @@ </locale> </schema> <schema> + <key>/schemas/apps/epiphany/interface/show_personal_toolbar</key> + <applyto>/apps/epiphany/interface/show_personal_toolbar</applyto> + <owner>epiphany</owner> + <type>bool</type> + <default>0</default> + <locale name="C"> + <short>Show bookmarks toolbar by default</short> + <long>Show bookmarks toolbar by default.</long> + </locale> + </schema> + <schema> <key>/schemas/apps/epiphany/interface/show_statusbar</key> <applyto>/apps/epiphany/interface/show_statusbar</applyto> <owner>epiphany</owner> diff --git a/data/ui/epiphany-ui.xml.in b/data/ui/epiphany-ui.xml.in index dc8e97242..0da96aa19 100644 --- a/data/ui/epiphany-ui.xml.in +++ b/data/ui/epiphany-ui.xml.in @@ -33,6 +33,7 @@ <submenu name="ViewMenu" verb="View"> <menuitem name="ViewToolbarMenu" verb="ViewToolbar"/> + <menuitem name="ViewBookmarksToolbarMenu" verb="ViewBookmarksToolbar"/> <menuitem name="ViewStatusbarMenu" verb="ViewStatusbar"/> <menuitem name="ViewFullscreenMenu" verb="ViewFullscreen"/> <separator name="ViewSep1"/> |