constant.js 150 B

12345678910
  1. module.exports = {
  2. AutoLaunch: {
  3. LOGIN_SETTING_OPTIONS: {
  4. // For Windows
  5. args: [
  6. '--opened-at-login=1'
  7. ]
  8. }
  9. },
  10. };