From 7fee98d500c599c2806b617bb4da885dbf919ea6 Mon Sep 17 00:00:00 2001 From: Brian Clifton Date: Sun, 8 May 2016 02:20:05 -0700 Subject: [PATCH] Default autohide-menubar=true. Per https://github.com/brave/browser-laptop/issues/1524, it should only default to false on Windows (will update in a following commit). --- js/constants/appConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/constants/appConfig.js b/js/constants/appConfig.js index f24c1898877..c6cfb8d625b 100644 --- a/js/constants/appConfig.js +++ b/js/constants/appConfig.js @@ -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,