mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
Fixed incorrect return value from ApplyProfile
Fixes #41. Silly error from previous return value.
This commit is contained in:
parent
e0bb774fde
commit
c820c9bac4
@ -936,7 +936,7 @@ namespace DisplayMagicianShared
|
||||
else
|
||||
{
|
||||
SharedLogger.logger.Trace($"ProfileRepository/ApplyProfile: Successfully applied the {profile.VideoMode.ToString("G")} Profile!");
|
||||
return ApplyProfileResult.Error;
|
||||
return ApplyProfileResult.Successful;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user