diff --git a/src/browser/settings.jsx b/src/browser/settings.jsx index 6a85292e..53d0319d 100644 --- a/src/browser/settings.jsx +++ b/src/browser/settings.jsx @@ -37,7 +37,7 @@ var SettingsPage = React.createClass({ version: settings.version }; settings.writeFileSync(this.props.configFile, config); - if (process.platform === 'win32') { + if (process.platform === 'win32' || process.platform === 'linux') { var currentWindow = remote.getCurrentWindow(); currentWindow.setAutoHideMenuBar(config.hideMenuBar); currentWindow.setMenuBarVisibility(!config.hideMenuBar); @@ -63,7 +63,7 @@ var SettingsPage = React.createClass({ ); var options = []; - if (process.platform === 'win32') { + if (process.platform === 'win32' || process.platform === 'linux') { options.push(); } var options_row = (options.length > 0) ? (