ChromiumFX improvements
This commit is contained in:
@@ -72,14 +72,8 @@ namespace Client.Config
|
||||
IconBase64 = ExtractBase64Icon(x.Element("Path").Value),
|
||||
Id = SoftwareId++.ToString()
|
||||
}
|
||||
).ToArray();
|
||||
|
||||
).ToArray();
|
||||
|
||||
|
||||
// Read ARGS Config
|
||||
if (!String.IsNullOrWhiteSpace(Arguments.Url))
|
||||
Config.ConnectionConfig.Url = ValidateArgumentUrl(Arguments.Url);
|
||||
|
||||
}
|
||||
|
||||
private static void ValidationHandler(object sender, ValidationEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user