File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
src/Files.App/UserControls Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 587587 ToolTipService.ToolTip=" {helpers:ResourceString Name=UpdateFiles}" >
588588 <Grid >
589589 <!-- Icon -->
590- <FontIcon
590+ <controls : ThemedIcon
591591 x:Name=" UpdateIcon"
592+ Width=" 16"
593+ Height=" 16"
592594 x:Load=" {x:Bind ViewModel.IsUpdating, Mode=OneWay, Converter={StaticResource BoolNegationConverter}}"
593- FontSize=" 14"
594- Foreground=" {ThemeResource SystemAccentColor}"
595- Glyph="  " />
595+ Style=" {StaticResource App.ThemedIcons.AppUpdateAvailable}" />
596596
597597 <!-- Progress -->
598598 <ProgressRing
617617 Style=" {StaticResource AddressToolbarButtonStyle}"
618618 ToolTipService.ToolTip=" {x:Bind ViewModel.Commands.OpenReleaseNotes.LabelWithHotKey}"
619619 Visibility=" {x:Bind ViewModel.Commands.OpenReleaseNotes.IsExecutable, Mode=OneWay}" >
620- <FontIcon
621- FontSize= " 14 "
622- Foreground= " {ThemeResource SystemAccentColor} "
623- Glyph= "  " />
620+ <controls : ThemedIcon
621+ Width= " 16 "
622+ Height= " 16 "
623+ Style= " {StaticResource App.ThemedIcons.AppUpdatedBox} " />
624624 </Button >
625625
626626 <!-- Open the Settings dialog -->
You can’t perform that action at this time.
0 commit comments