commit 9b66b2d1854f09223a0b032191f9ef3c1183b770
parent 6cc9bc647b74d124c38108cb911f05c5bbcc81fd
Author: MagnetarRocket <53055079+MagnetarRocket@users.noreply.github.com>
Date: Sun, 14 Nov 2021 14:37:48 -0600
Remove unused plain value from progress bar visual settings enum (#1700)
remove "plain" as documentation does not show it, and is a invalid settings option in winget, removal as it's a non-functional option and would benefit confused text editor users to match the options shown in the documentation and available settings in the actual winget.
This proposal can be canceled if the implementation of "plain" is planed further down the road.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/schemas/JSON/settings/settings.schema.0.2.json b/schemas/JSON/settings/settings.schema.0.2.json
@@ -26,7 +26,6 @@
"enum": [
"accent",
"rainbow",
- "plain",
"retro"
]
}