gaoshuaixing 4 năm trước cách đây
mục cha
commit
9610a8641b
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  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'
+      ]
+    }
+  },
+};