Browse Source

Fix whitespace #2

pull/297/head
Nils Hesse 9 years ago
parent
commit
7d33695e2b
  1. 6
      electron/main.js

6
electron/main.js

@ -57,9 +57,9 @@ const appLauncher = new AutoLaunch({
config.get('auto_launch') && !isDev ? appLauncher.enable() : appLauncher.disable();
require('electron-context-menu')({
prepend: params => [{
label: 'Rambox'
}]
prepend: params => [{
label: 'Rambox'
}]
});
// this should be placed at top of main.js to handle setup events quickly

Loading…
Cancel
Save