Browse Source

sets a mac-friendly name for auto-launch

pull/449/head
Allen Hancock 9 years ago
parent
commit
5358965c46
  1. 2
      electron/main.js

2
electron/main.js

@ -44,7 +44,7 @@ const config = new Config({
// Configure AutoLaunch
const appLauncher = new AutoLaunch({
name: 'Rambox'
name: 'Rambox.app'
,isHiddenOnLaunch: config.get('start_minimized')
});
config.get('auto_launch') && !isDev ? appLauncher.enable() : appLauncher.disable();

Loading…
Cancel
Save