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 4a8400e commit f9c47b0Copy full SHA for f9c47b0
src/Files.App/UserControls/NavigationToolbar.xaml
@@ -486,7 +486,7 @@
486
x:Name="MedianOperationProgressRing"
487
HorizontalAlignment="Center"
488
VerticalAlignment="Center"
489
- AutomationProperties.AccessibilityView="Raw"
+ AutomationProperties.AccessibilityView="Content"
490
IsIndeterminate="False"
491
Visibility="{x:Bind OngoingTasksViewModel.ShowProgressRing, Mode=OneWay}"
492
Value="{x:Bind OngoingTasksViewModel.AverageOperationProgressValue, Mode=OneWay}" />
@@ -495,7 +495,6 @@
495
x:Name="StatusInfoBadge"
496
497
498
499
500
Value="{x:Bind OngoingTasksViewModel.InfoBadgeValue, Mode=OneWay}" />
501
</Grid>
0 commit comments