[Settings - PowerRenamePage] Add info about extended context menu (#27639)

* [Settings - PowerRenamePage] Add info about extended context menu

* Remove styling for easy review

* IsExpanded=False

* Add infobar to FileLocksmith settings page as well

* Address comment
This commit is contained in:
Stefan Markovic
2023-07-26 22:47:54 +02:00
committed by GitHub
parent a9d129aa5a
commit f31cced930
3 changed files with 15 additions and 3 deletions

View File

@@ -42,6 +42,12 @@
<ComboBoxItem x:Uid="FileLocksmith_Toggle_ExtendedContextMenu" />
</ComboBox>
</labs:SettingsCard>
<InfoBar
x:Uid="ExtendedContextMenuInfo"
IsClosable="False"
IsOpen="True"
IsTabStop="True"
Severity="Informational" />
</controls:SettingsGroup>
</StackPanel>
</controls:SettingsPageControl.ModuleContent>