mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 05:06:36 +02:00
[Settings][GPO]Fix warning for FancyZones (#22496)
This commit is contained in:
@@ -23,6 +23,12 @@
|
|||||||
x:Uid="ToggleSwitch"
|
x:Uid="ToggleSwitch"
|
||||||
IsOn="{x:Bind ViewModel.IsEnabled, Mode=TwoWay}" />
|
IsOn="{x:Bind ViewModel.IsEnabled, Mode=TwoWay}" />
|
||||||
</labs:SettingsCard>
|
</labs:SettingsCard>
|
||||||
|
<InfoBar
|
||||||
|
x:Uid="GPO_IsSettingForced"
|
||||||
|
IsClosable="False"
|
||||||
|
IsOpen="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabledGpoConfigured}"
|
||||||
|
IsTabStop="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabledGpoConfigured}"
|
||||||
|
Severity="Informational" />
|
||||||
|
|
||||||
<controls:SettingsGroup
|
<controls:SettingsGroup
|
||||||
x:Uid="FancyZones_Editor_GroupSettings"
|
x:Uid="FancyZones_Editor_GroupSettings"
|
||||||
|
|||||||
Reference in New Issue
Block a user