Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Default autohide-menubar=true. Per #1524, it should only default to f…
Browse files Browse the repository at this point in the history
…alse on Windows (will update in a following commit).
  • Loading branch information
bsclifton authored and bbondy committed May 11, 2016
1 parent 61b820b commit 7fee98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/constants/appConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ module.exports = {
'general.homepage': 'https://www.brave.com',
'general.show-home-button': false,
'general.useragent.value': null, // Set at runtime
'general.autohide-menubar': false,
'general.autohide-menubar': true,
'search.default-search-engine': 'content/search/google.xml',
'tabs.switch-to-new-tabs': false,
'tabs.paint-tabs': true,
Expand Down

0 comments on commit 7fee98d

Please sign in to comment.