mirror of
				https://github.com/2dust/v2rayN.git
				synced 2025-10-27 02:34:41 +00:00 
			
		
		
		
	let availability check run for custom configs
This commit is contained in:
		
							parent
							
								
									83b4f1e660
								
							
						
					
					
						commit
						2000ec8d62
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1187,7 +1187,7 @@ namespace v2rayN.ViewModels | ||||||
|         public void TestServerAvailability() |         public void TestServerAvailability() | ||||||
|         { |         { | ||||||
|             var item = ConfigHandler.GetDefaultServer(_config); |             var item = ConfigHandler.GetDefaultServer(_config); | ||||||
|             if (item == null || item.configType == EConfigType.Custom) |             if (item == null) | ||||||
|             { |             { | ||||||
|                 return; |                 return; | ||||||
|             } |             } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Muhammad
						Muhammad