Make Sharpening to be DEBUG feature

This commit is contained in:
Kamil Trzciński 2022-12-10 12:24:29 +01:00
parent a10d567a01
commit 7e36c818c3

View file

@ -190,6 +190,7 @@ namespace PowerControl
return GPUScaling.Mode;
}
},
#if DEBUG
new Menu.MenuItemWithOptions()
{
Name = "Sharpening",
@ -212,6 +213,7 @@ namespace PowerControl
return value.Value ? "On" : "Off";
}
},
#endif
new Menu.MenuItemWithOptions()
{
Name = "Colors",