mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
Saving initial MSTest configuration
First part of installing an MSTest suite. Included some config file to read in for testing the ShortcutRepository and the ProfileRepository. Had the data handy so it made sense to save it :)
This commit is contained in:
@ -685,6 +685,10 @@ namespace HeliosPlus
|
||||
if (ProfileRepository.IsActiveProfile(profile))
|
||||
return true;
|
||||
|
||||
// We need to check if the profile is valid
|
||||
if (!profile.IsPossible)
|
||||
return false;
|
||||
|
||||
var instanceStatus = IPCService.GetInstance().Status;
|
||||
|
||||
try
|
||||
|
Reference in New Issue
Block a user