mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-05 06:15:26 +00:00
Make Sharpening to be DEBUG feature
This commit is contained in:
parent
a10d567a01
commit
7e36c818c3
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue