Hide search and customise panels
This commit is contained in:
parent
c4276100dc
commit
a57aac19b6
1 changed files with 28 additions and 1 deletions
|
@ -141,7 +141,7 @@
|
|||
},
|
||||
"highlight_base_domain": false,
|
||||
"inline_search": {
|
||||
"enabled": false
|
||||
"enabled": true
|
||||
},
|
||||
"menu": {
|
||||
"display": 1
|
||||
|
@ -220,6 +220,7 @@
|
|||
"navigation": 2,
|
||||
"speed_dial": {
|
||||
"add_button_visible": false,
|
||||
"display_search": false,
|
||||
"privacy_stats_show": false,
|
||||
"titles_visible": 0
|
||||
}
|
||||
|
@ -242,6 +243,32 @@
|
|||
"mode": 3
|
||||
}
|
||||
},
|
||||
"toolbars": {
|
||||
"navigation": [
|
||||
"Back",
|
||||
"Forward",
|
||||
"Reload",
|
||||
"AddressField",
|
||||
"Proxy",
|
||||
"Spacer",
|
||||
"UpdateButton",
|
||||
"Extensions",
|
||||
"AccountButton"
|
||||
],
|
||||
"panel": [
|
||||
"PanelBookmarks",
|
||||
"PanelReadingList",
|
||||
"PanelDownloads",
|
||||
"PanelHistory",
|
||||
"PanelTranslate",
|
||||
"PanelWindow",
|
||||
"PanelSession",
|
||||
"PanelMail",
|
||||
"PanelFeeds",
|
||||
"FlexibleSpacer",
|
||||
"Settings"
|
||||
]
|
||||
},
|
||||
"translate": {
|
||||
"enabled": false
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue