| 
														
															@@ -26,7 +26,7 @@ const SettingVerge = ({ onError }: Props) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   const { 
														 | 
														
														 | 
														
															   const { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     theme_mode: mode = "light", 
														 | 
														
														 | 
														
															     theme_mode: mode = "light", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     theme_blur: blur = false, 
														 | 
														
														 | 
														
															     theme_blur: blur = false, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    enable_self_startup: startup = false, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    enable_auto_launch: startup = false, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     enable_system_proxy: proxy = false, 
														 | 
														
														 | 
														
															     enable_system_proxy: proxy = false, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   } = vergeConfig ?? {}; 
														 | 
														
														 | 
														
															   } = vergeConfig ?? {}; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -72,14 +72,14 @@ const SettingVerge = ({ onError }: Props) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       </SettingItem> 
														 | 
														
														 | 
														
															       </SettingItem> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															       <SettingItem> 
														 | 
														
														 | 
														
															       <SettingItem> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        <ListItemText primary="Self Startup" /> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        <ListItemText primary="Auto Launch" /> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         <GuardState 
														 | 
														
														 | 
														
															         <GuardState 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           value={startup} 
														 | 
														
														 | 
														
															           value={startup} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           valueProps="checked" 
														 | 
														
														 | 
														
															           valueProps="checked" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           onCatch={onError} 
														 | 
														
														 | 
														
															           onCatch={onError} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           onFormat={onSwitchFormat} 
														 | 
														
														 | 
														
															           onFormat={onSwitchFormat} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          onChange={(e) => onChangeData({ enable_self_startup: e })} 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          onGuard={(e) => patchVergeConfig({ enable_self_startup: e })} 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          onChange={(e) => onChangeData({ enable_auto_launch: e })} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          onGuard={(e) => patchVergeConfig({ enable_auto_launch: e })} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         > 
														 | 
														
														 | 
														
															         > 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           <Switch edge="end" /> 
														 | 
														
														 | 
														
															           <Switch edge="end" /> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         </GuardState> 
														 | 
														
														 | 
														
															         </GuardState> 
														 |