Bring app to front on shell open file

This commit is contained in:
LarsBrubaker 2022-03-08 22:51:14 -08:00
parent 9d9040f799
commit a78ef2a66f
3 changed files with 7 additions and 3 deletions

View file

@ -79,7 +79,7 @@ M300 S3000 P30 ; Resume Tone";
public void ModifyPrinterProfiles()
{
// This is not really a test. It updaets our profiles with new settings.
//return;
return;
StaticData.RootPath = TestContext.CurrentContext.ResolveProjectPath(4, "StaticData");
MatterControlUtilities.OverrideAppDataLocation(TestContext.CurrentContext.ResolveProjectPath(4));