From 7e36c818c324f4899fccce1e689829b7f7e8bfdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Sat, 10 Dec 2022 12:24:29 +0100 Subject: [PATCH] Make `Sharpening` to be `DEBUG` feature --- PowerControl/MenuStack.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PowerControl/MenuStack.cs b/PowerControl/MenuStack.cs index d34a756..5281688 100644 --- a/PowerControl/MenuStack.cs +++ b/PowerControl/MenuStack.cs @@ -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",