mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
fix features error
This commit is contained in:
parent
1b95eed1cd
commit
c00a11de86
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
{"customize-chrome-side-panel-no-cr23",
|
||||
"Customize Chrome Side Panel (Non-Cr23 Variant)",
|
||||
"Enables the \"Customize Chrome\" item in the Side Panel, without the Cr23 UI, and without having to also enable Chrome Refresh 2023.",
|
||||
kOsDesktop, FEATURE_VALUE_TYPE(kCustomizeChromeSidePanelNoChromeRefresh2023)},
|
||||
kOsDesktop, FEATURE_VALUE_TYPE(features::kCustomizeChromeSidePanelNoChromeRefresh2023)},
|
||||
{"show-component-extension-options",
|
||||
"Show Component Extension Options",
|
||||
"Shows internal Chromium component extensions on the `chrome://extensions`. These are normally hidden, "
|
||||
|
|
Loading…
Reference in a new issue