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"
|
||||
x:Name="ToggleSwitch"
|
||||
HorizontalAlignment="Center"
|
||||
OnContent=""
|
||||
OffContent=""
|
||||
IsOn="{x:Bind Path=Disabled, Converter={StaticResource BoolNegationConverter}, Mode=TwoWay}"
|
||||
Grid.Column="2" />
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user