Skip to content

Commit

Permalink
Tweak supported strings in the adml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo committed Jan 14, 2025
1 parent 0b23588 commit b6bba9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/gpo/assets/PowerToys.admx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<definition name="SUPPORTED_POWERTOYS_0_84_0" displayName="$(string.SUPPORTED_POWERTOYS_0_84_0)"/>
<definition name="SUPPORTED_POWERTOYS_0_85_0" displayName="$(string.SUPPORTED_POWERTOYS_0_85_0)"/>
<definition name="SUPPORTED_POWERTOYS_0_86_0" displayName="$(string.SUPPORTED_POWERTOYS_0_86_0)"/>
<definition name="DEPRECATED_POWERTOYS_0_64_0_TO_0_88_0" displayName="$(string.DEPRECATED_POWERTOYS_0_64_0_TO_0_88_0)"/>
<definition name="SUPPORTED_POWERTOYS_0_64_0_TO_0_87_1" displayName="$(string.SUPPORTED_POWERTOYS_0_64_0_TO_0_87_1)"/>
</definitions>
</supportedOn>
<categories>
Expand Down Expand Up @@ -446,7 +446,7 @@
</policy>
<policy name="ConfigureEnabledUtilityVideoConferenceMute" class="Both" displayName="$(string.ConfigureEnabledUtilityVideoConferenceMute)" explainText="$(string.ConfigureEnabledUtilityDescription)" key="Software\Policies\PowerToys" valueName="ConfigureEnabledUtilityVideoConferenceMute">
<parentCategory ref="DeprecatedPolicies" />
<supportedOn ref="DEPRECATED_POWERTOYS_0_64_0_TO_0_88_0" />
<supportedOn ref="SUPPORTED_POWERTOYS_0_64_0_TO_0_87_1" />
<enabledValue>
<decimal value="1" />
</enabledValue>
Expand Down
2 changes: 1 addition & 1 deletion src/gpo/assets/en-US/PowerToys.adml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<string id="SUPPORTED_POWERTOYS_0_84_0">PowerToys version 0.84.0 or later</string>
<string id="SUPPORTED_POWERTOYS_0_85_0">PowerToys version 0.85.0 or later</string>
<string id="SUPPORTED_POWERTOYS_0_86_0">PowerToys version 0.86.0 or later</string>
<string id="DEPRECATED_POWERTOYS_0_64_0_TO_0_88_0">First supported on PowerToys version 0.64.0 and deprecated on PowerToys version 0.88.0</string>
<string id="SUPPORTED_POWERTOYS_0_64_0_TO_0_87_1">From PowerToys version 0.64.0 until PowerToys version 0.87.1</string>

<string id="ConfigureAllUtilityGlobalEnabledStateDescription">This policy configures the enabled state for all PowerToys utilities.

Expand Down

0 comments on commit b6bba9c

Please sign in to comment.