mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user