Fix for Warning CA1822 Member 'GetHighContrastBaseType' does not access instance data and can be marked as static PowerLauncher C:\Repos\PowerToys\src\modules\launcher\PowerLauncher\ThemeManager.cs 65 Active

This commit is contained in:
ryanbodrug-microsoft 2020-06-18 08:19:11 -07:00
parent 35fccf8af8
commit d1ca30a28f

View File

@ -62,7 +62,7 @@ namespace Wox.Core.Resource
}
public Theme GetHighContrastBaseType()
public static Theme GetHighContrastBaseType()
{
string RegistryKey = @"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes";
string theme = (string) Registry.GetValue(RegistryKey, "CurrentTheme", string.Empty);