Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions src/Files.App/Views/Settings/FoldersPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,16 +226,13 @@
AutomationProperties.Name="{helpers:ResourceString Name=CalculateFolderSizes}"
IsOn="{x:Bind ViewModel.CalculateFolderSizes, Mode=TwoWay}"
Style="{StaticResource RightAlignedToggleSwitchStyle}" />
<local:SettingsBlockControl.ExpandableContent>
<InfoBar
CornerRadius="0,0,2,2"
IsClosable="False"
IsIconVisible="True"
IsOpen="True"
Message="{helpers:ResourceString Name=ShowFolderSizesWarning}"
Severity="Warning" />
</local:SettingsBlockControl.ExpandableContent>
</local:SettingsBlockControl>
<InfoBar
IsClosable="False"
IsIconVisible="True"
IsOpen="True"
Message="{helpers:ResourceString Name=ShowFolderSizesWarning}"
Severity="Warning" />
</StackPanel>
</Grid>
</Page>