[Settings] Fix PowerToys run plugin toggle boxes (#12488)

This commit is contained in:
Jaime Bernardo
2021-07-25 17:03:16 +01:00
committed by GitHub
parent d57773e8ef
commit 9af08d9842

View File

@@ -256,7 +256,8 @@
<ToggleSwitch x:Uid="PowerLauncher_EnablePluginToggle" <ToggleSwitch x:Uid="PowerLauncher_EnablePluginToggle"
x:Name="ToggleSwitch" x:Name="ToggleSwitch"
HorizontalAlignment="Center" OnContent=""
OffContent=""
IsOn="{x:Bind Path=Disabled, Converter={StaticResource BoolNegationConverter}, Mode=TwoWay}" IsOn="{x:Bind Path=Disabled, Converter={StaticResource BoolNegationConverter}, Mode=TwoWay}"
Grid.Column="2" /> Grid.Column="2" />
</Grid> </Grid>