mirror of
https://github.com/2dust/v2rayN.git
synced 2026-08-06 15:22:07 +03:00
Adjusting the text display
This commit is contained in:
@@ -74,8 +74,8 @@ namespace ServiceLib.ViewModels
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (SelectedSource.configType != EConfigType.Socks
|
||||
&& SelectedSource.configType != EConfigType.Http)
|
||||
if (SelectedSource.configType != EConfigType.SOCKS
|
||||
&& SelectedSource.configType != EConfigType.HTTP)
|
||||
{
|
||||
if (Utils.IsNullOrEmpty(SelectedSource.id))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user