Made the shortcut images more reliable

Also added a ton of trace logging to be
able to fix issues remotely.
This commit is contained in:
Terry MacDonald
2021-05-02 22:05:25 +12:00
parent 2e954d5b75
commit 4ec7829a43
3 changed files with 267 additions and 95 deletions

View File

@ -91,17 +91,6 @@ namespace DisplayMagicianShared
#endregion
public ProfileItem()
{
/*try
{
// Generate the DeviceIdentifiers ready to be used
ProfileDisplayIdentifiers = DisplayIdentifier.GetDisplayIdentification();
}
catch (Exception ex)
{
Console.WriteLine($"ShortcutItem/Instansiation exception: {ex.Message}: {ex.StackTrace} - {ex.InnerException}");
// ignored
}*/
}
public static Version Version = new Version(2, 1);