better name for windows sandbox features (#8077)

`--enable enable...` is a bad look
This commit is contained in:
iceweasel-oai
2025-12-15 10:15:40 -08:00
committed by GitHub
Unverified
parent 017a4a06b2
commit b4635ccc07
4 changed files with 9 additions and 5 deletions
+2 -2
View File
@@ -325,13 +325,13 @@ pub const FEATURES: &[FeatureSpec] = &[
},
FeatureSpec {
id: Feature::WindowsSandbox,
key: "enable_experimental_windows_sandbox",
key: "experimental_windows_sandbox",
stage: Stage::Experimental,
default_enabled: false,
},
FeatureSpec {
id: Feature::WindowsSandboxElevated,
key: "enable_elevated_windows_sandbox",
key: "elevated_windows_sandbox",
stage: Stage::Experimental,
default_enabled: false,
},