mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
Updated UpdateActiveConfig
This commit is contained in:
parent
567c9b7af2
commit
f40640ccbd
@ -26,8 +26,8 @@ using System.Resources;
|
||||
[assembly: Guid("e4ceaf5e-ad01-4695-b179-31168eb74c48")]
|
||||
|
||||
// Version information
|
||||
[assembly: AssemblyVersion("2.3.2.1")]
|
||||
[assembly: AssemblyFileVersion("2.3.2.1")]
|
||||
[assembly: AssemblyVersion("2.3.2.2")]
|
||||
[assembly: AssemblyFileVersion("2.3.2.2")]
|
||||
[assembly: NeutralResourcesLanguageAttribute( "en" )]
|
||||
[assembly: CLSCompliant(true)]
|
||||
|
||||
|
@ -337,6 +337,7 @@ namespace DisplayMagicianShared.AMD
|
||||
try
|
||||
{
|
||||
_activeDisplayConfig = GetActiveConfig();
|
||||
_allConnectedDisplayIdentifiers = GetAllConnectedDisplayIdentifiers();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
@ -347,6 +347,7 @@ namespace DisplayMagicianShared.NVIDIA
|
||||
try
|
||||
{
|
||||
_activeDisplayConfig = GetActiveConfig();
|
||||
_allConnectedDisplayIdentifiers = GetAllConnectedDisplayIdentifiers();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
@ -407,6 +407,7 @@ namespace DisplayMagicianShared.Windows
|
||||
try
|
||||
{
|
||||
_activeDisplayConfig = GetActiveConfig();
|
||||
_allConnectedDisplayIdentifiers = GetAllConnectedDisplayIdentifiers();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user