Files
electron-egg/electron/lib/Constant.js
gaoshuaixing 157db438b3 auto launch
2020-12-22 14:11:55 +08:00

10 lines
151 B
JavaScript

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