mirror of
https://github.com/2dust/v2rayN.git
synced 2026-07-26 09:52:05 +03:00
@@ -319,7 +319,9 @@ public class Utils
|
||||
return text;
|
||||
}
|
||||
|
||||
return text.Replace(" ", "").ReplaceLineBreaks(",");
|
||||
return text.Replace(",", ",")
|
||||
.Replace(" ", "")
|
||||
.ReplaceLineBreaks(",");
|
||||
}
|
||||
|
||||
public static List<string> GetEnumNames<TEnum>() where TEnum : Enum
|
||||
|
||||
Reference in New Issue
Block a user