2.0.15
profile influences configuration
This commit is contained in:
@@ -30,10 +30,11 @@ internal static class Program
|
||||
MaterialSkin.MaterialSkinManager.ConfigureForInspectron();
|
||||
CommandLineParser commandLineParser = new CommandLineParser(args);
|
||||
|
||||
InspectronSettings settings = new InspectronSettings(Path.Combine("..", "Data", "Config"));
|
||||
var profile = commandLineParser.GetStringArgument("profile", 'p');
|
||||
|
||||
InspectronSettings settings = new InspectronSettings(Path.Combine("..", "Data", "Config"), profile);
|
||||
|
||||
var mainKernel = VisionBuilder.UI.Common.VisionBuilder.CreateMainKernel(settings);
|
||||
var profile = commandLineParser.GetStringArgument("profile", 'p');
|
||||
mainKernel.UsePlugins(profile);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user