diff --git a/src/Files.Uwp/Views/Pages/PropertiesSecurity.xaml b/src/Files.Uwp/Views/Pages/PropertiesSecurity.xaml index 9b92f8c8fe11..fa6f783531e6 100644 --- a/src/Files.Uwp/Views/Pages/PropertiesSecurity.xaml +++ b/src/Files.Uwp/Views/Pages/PropertiesSecurity.xaml @@ -1,13 +1,13 @@  @@ -92,12 +92,13 @@ HorizontalAlignment="Stretch" x:Load="{x:Bind SecurityProperties.FilePermissions.CanReadFilePermissions, Mode=OneWay}" ItemsSource="{x:Bind SecurityProperties.FilePermissions.RulesForUsers, Mode=OneWay}" + SelectedIndex="0" SelectedItem="{x:Bind SecurityProperties.SelectedRuleForUser, Mode=TwoWay}" SelectionMode="Single"> diff --git a/src/Files.Uwp/Views/Pages/PropertiesSecurityAdvanced.xaml b/src/Files.Uwp/Views/Pages/PropertiesSecurityAdvanced.xaml index effa1caaa465..7eefe20b8b51 100644 --- a/src/Files.Uwp/Views/Pages/PropertiesSecurityAdvanced.xaml +++ b/src/Files.Uwp/Views/Pages/PropertiesSecurityAdvanced.xaml @@ -1,15 +1,15 @@  @@ -477,9 +477,7 @@ Command="{x:Bind ViewModel.ReplaceChildPermissionsCommand}" ToolTipService.ToolTip="{helpers:ResourceString Name=SecurityAdvancedReplaceChildPermissions2/ToolTipService/ToolTip}" Visibility="Collapsed"> - +