We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c635a commit 364f129Copy full SHA for 364f129
src/Files.App/UserControls/NavigationToolbar.xaml
@@ -486,6 +486,7 @@
486
x:Name="MedianOperationProgressRing"
487
HorizontalAlignment="Center"
488
VerticalAlignment="Center"
489
+ AutomationProperties.Name="Progress Ring Status"
490
IsIndeterminate="False"
491
Visibility="{x:Bind OngoingTasksViewModel.ShowProgressRing, Mode=OneWay}"
492
Value="{x:Bind OngoingTasksViewModel.AverageOperationProgressValue, Mode=OneWay}" />
0 commit comments