mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[Settings] Fix PowerToys run plugin toggle boxes (#12488)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user