mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-20 07:20:27 +01:00
Make Sharpening to be DEBUG feature
This commit is contained in:
parent
a10d567a01
commit
7e36c818c3
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue