Browse Source

Merge branch 'feature/add-context-menu' of github.com:irrenhaus/rambox into feature/add-context-menu

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

6
electron/main.js

@ -48,9 +48,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