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