gaoshuaixing %!s(int64=4) %!d(string=hai) anos
pai
achega
9610a8641b
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      electron/lib/constant.js

+ 10 - 0
electron/lib/constant.js

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