Skip to content

Commit

Permalink
[GPO;Enterprise]Experimentation: Small fixes (#24238)
Browse files Browse the repository at this point in the history
* docs fix

* UI changes
  • Loading branch information
htcfreek committed Feb 22, 2023
1 parent 429e196 commit 995fd2e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions doc/gpo/README.md
Expand Up @@ -34,8 +34,8 @@ If you don't configure this setting, users are able to disable or enable the uti

### Allow experimentation

This policy configures whether PowerToys experimentation is allowed.
This policy configures whether PowerToys experimentation is allowed. With experimentation allowed the user sees the new features being experimented if it gets selected as part of the test group. (Experimentation will only happen on Windows Insider builds.)

Disable this setting to disable the experimentation features in PowerToys, meaning the user won't see the new features being experimented even if it gets selected as part of the test group.
If this setting is not configured or enabled, the user can control experimentation in the PowerToys settings menu.

If this setting is not configured, experimentation is allowed.
If this setting is disabled, experimentation is not allowed.
2 changes: 1 addition & 1 deletion src/settings-ui/Settings.UI/Strings/en-us/Resources.resw
Expand Up @@ -2887,7 +2887,7 @@ Activate by holding the key for the character you want to add an accent to, then
<comment>File Locksmith is the name of the utility</comment>
</data>
<data name="GPO_IsSettingForced.Title" xml:space="preserve">
<value>The systems administrator is forcing this setting.</value>
<value>The system administrator is forcing this setting.</value>
</data>
<data name="Hosts_AdditionalLinesPosition.Description" xml:space="preserve">
<value>Additional content includes the file header and lines that can't parse</value>
Expand Down
4 changes: 2 additions & 2 deletions src/settings-ui/Settings.UI/Views/GeneralPage.xaml
Expand Up @@ -381,10 +381,10 @@
x:Uid="General_Experimentation"
Visibility="Visible">
<labs:SettingsCard x:Uid="GeneralPage_EnableExperimentation"
HeaderIcon="{ui:BitmapIcon Source=/Assets/FluentIcons/FluentIconsExperimentation.png}">
HeaderIcon="{ui:BitmapIcon Source=/Assets/FluentIcons/FluentIconsExperimentation.png}"
IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsExperimentationGpoDisallowed, Converter={StaticResource BoolNegationConverter}}">
<ToggleSwitch
x:Uid="ToggleSwitch"
IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsExperimentationGpoDisallowed, Converter={StaticResource BoolNegationConverter}}"
IsOn="{Binding Mode=TwoWay, Path=EnableExperimentation}" />
</labs:SettingsCard>
<InfoBar
Expand Down

0 comments on commit 995fd2e

Please sign in to comment.