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 f4e8d80 commit 7d50981Copy full SHA for 7d50981
Files/SettingsPages/FilesAndFolders.xaml
@@ -5,7 +5,6 @@
5
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
6
xmlns:local="using:Files"
7
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
8
- xmlns:local="using:Files"
9
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"
10
mc:Ignorable="d">
11
@@ -77,7 +76,6 @@
77
76
x:Name="FileExtensionsToggle"
78
Grid.Column="1"
79
Width="40"
80
- x:Name="FileExtensionsToggle"
81
HorizontalAlignment="Right"
82
IsOn="{x:Bind local:App.AppSettings.ShowFileExtensions, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
83
OffContent=""
0 commit comments