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);
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<Nullable>enable</Nullable>
|
||||
<ApplicationIcon>Inspectron icon-512.ico</ApplicationIcon>
|
||||
<Deterministic>false</Deterministic>
|
||||
<Version>2.0.14</Version>
|
||||
<Version>2.0.15</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user