Files
electron-egg/electron/lib/constant.js
gaoshuaixing 9610a8641b constant
2021-06-29 12:53:37 +08:00

10 lines
150 B
JavaScript

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