Update src/modules/cmdpal/Microsoft.CmdPal.UI/Settings/ExtensionPage.xaml

Co-authored-by: Jiří Polášek <me@jiripolasek.com>
This commit is contained in:
Michael Jolley
2025-12-12 19:43:38 -06:00
committed by GitHub
parent 679eda1038
commit df589b8d78

View File

@@ -164,7 +164,7 @@
Width="20" Width="20"
Height="20" Height="20"
AutomationProperties.AccessibilityView="Raw" AutomationProperties.AccessibilityView="Raw"
SourceKey="{x:Bind Icon, Mode=OneWay}" SourceKey="{x:Bind InitialIcon, Mode=OneWay}"
SourceRequested="{x:Bind helpers:IconCacheProvider.SourceRequested}" /> SourceRequested="{x:Bind helpers:IconCacheProvider.SourceRequested}" />
</cpcontrols:ContentIcon.Content> </cpcontrols:ContentIcon.Content>
</cpcontrols:ContentIcon> </cpcontrols:ContentIcon>