Files
electron-egg/electron/lib/Constant.js
gaoshuaixing c8c0180b89 auto launch
2020-12-30 16:30:13 +08:00

10 lines
150 B
JavaScript

module.exports = {
AutoLaunch: {
LOGIN_SETTING_OPTIONS: {
// For Windows
args: [
'--opened-at-login=1'
]
}
},
};