mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Changed order for power preview note
This commit is contained in:
@@ -54,17 +54,19 @@
|
|||||||
</toolkitcontrols:HeaderedItemsControl>
|
</toolkitcontrols:HeaderedItemsControl>
|
||||||
|
|
||||||
<toolkitcontrols:HeaderedItemsControl x:Uid="FileExplorerPreview_IconThumbnail_GroupSettings">
|
<toolkitcontrols:HeaderedItemsControl x:Uid="FileExplorerPreview_IconThumbnail_GroupSettings">
|
||||||
<controls:Setting x:Uid="FileExplorerPreview_ToggleSwitch_SVG_Thumbnail" Icon="">
|
|
||||||
<controls:Setting.ActionContent>
|
|
||||||
<ToggleSwitch IsOn="{x:Bind Mode=TwoWay, Path=ViewModel.SVGThumbnailIsEnabled}" FlowDirection="RightToLeft" />
|
|
||||||
</controls:Setting.ActionContent>
|
|
||||||
</controls:Setting>
|
|
||||||
|
|
||||||
<muxc:InfoBar Severity="Informational"
|
<muxc:InfoBar Severity="Informational"
|
||||||
x:Uid="FileExplorerPreview_RebootRequired"
|
x:Uid="FileExplorerPreview_RebootRequired"
|
||||||
IsOpen="True"
|
IsOpen="True"
|
||||||
IsClosable="False"
|
IsClosable="False"
|
||||||
/>
|
/>
|
||||||
|
<controls:Setting x:Uid="FileExplorerPreview_ToggleSwitch_SVG_Thumbnail" Icon="">
|
||||||
|
<controls:Setting.ActionContent>
|
||||||
|
<ToggleSwitch IsOn="{x:Bind Mode=TwoWay, Path=ViewModel.SVGThumbnailIsEnabled}" FlowDirection="RightToLeft" />
|
||||||
|
</controls:Setting.ActionContent>
|
||||||
|
</controls:Setting>
|
||||||
|
|
||||||
|
|
||||||
</toolkitcontrols:HeaderedItemsControl>
|
</toolkitcontrols:HeaderedItemsControl>
|
||||||
<!--<TextBlock x:Uid=""
|
<!--<TextBlock x:Uid=""
|
||||||
Style="{StaticResource SettingsGroupTitleStyleAsHeader}"
|
Style="{StaticResource SettingsGroupTitleStyleAsHeader}"
|
||||||
|
|||||||
Reference in New Issue
Block a user