Update PowerRenamePage.xaml (#12870)

One image was incorrect
This commit is contained in:
Jay
2021-08-24 19:25:09 +02:00
committed by GitHub
parent 44fd8aa8a8
commit 99ec79fe6b

View File

@@ -19,7 +19,7 @@
<controls:Setting x:Uid="PowerRename_Toggle_Enable">
<controls:Setting.Icon>
<BitmapIcon UriSource="ms-appx:///Assets/FluentIcons/FluentIconsColorPicker.png" ShowAsMonochrome="False" />
<BitmapIcon UriSource="ms-appx:///Assets/FluentIcons/FluentIconsPowerRename.png" ShowAsMonochrome="False" />
</controls:Setting.Icon>
<controls:Setting.ActionContent>
<ToggleSwitch IsOn="{x:Bind Mode=TwoWay, Path=ViewModel.IsEnabled}" />