From f2b7e80cbbebcda85fed1b5db1fe13e75a2a75da Mon Sep 17 00:00:00 2001 From: Yair <39923744+yaira2@users.noreply.github.com> Date: Thu, 22 May 2025 16:20:09 -0400 Subject: [PATCH] Concept --- src/Files.App/Strings/en-US/Resources.resw | 4 +++ .../UserControls/NavigationToolbar.xaml | 29 ++++++++++++------- .../UserControls/StatusCenterViewModel.cs | 24 ++++++++++++++- 3 files changed, 45 insertions(+), 12 deletions(-) diff --git a/src/Files.App/Strings/en-US/Resources.resw b/src/Files.App/Strings/en-US/Resources.resw index f220f4df8347..ccad5674699c 100644 --- a/src/Files.App/Strings/en-US/Resources.resw +++ b/src/Files.App/Strings/en-US/Resources.resw @@ -4232,4 +4232,8 @@ Show status center button + + Status center progress ping + Screen reader name for the status center progress ring + diff --git a/src/Files.App/UserControls/NavigationToolbar.xaml b/src/Files.App/UserControls/NavigationToolbar.xaml index 93bacf529eea..ffa47b6000d6 100644 --- a/src/Files.App/UserControls/NavigationToolbar.xaml +++ b/src/Files.App/UserControls/NavigationToolbar.xaml @@ -29,6 +29,7 @@ + @@ -474,36 +475,35 @@ Visibility="{x:Bind ViewModel.ShowStatusCenterButton, Mode=OneWay}"> - + Style="{StaticResource App.ThemedIcons.StatusCenter}" + Visibility="{x:Bind OngoingTasksViewModel.ShowProgressRing, Converter={StaticResource VisibilityInvertConverter}, Mode=OneWay}" /> -