File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Files.App/Views/Properties Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- <!-- Copyright (c) Files Community. Licensed under the MIT License. -->
1+ <!-- Copyright (c) Files Community. Licensed under the MIT License. -->
22<vm : BasePropertiesPage
33 x:Class=" Files.App.Views.Properties.HashesPage"
44 xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
5050 <TextBox
5151 x:Name=" HashInputTextBox"
5252 PlaceholderText=" {helpers:ResourceString Name=EnterHashToCompare}"
53- Text=" {x:Bind HashesViewModel.HashInput, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
53+ Text=" {x:Bind HashesViewModel.HashInput, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
5454 </Grid >
5555
5656 <!-- Compare File Button -->
8484 <!-- Hashes ListView -->
8585 <ListView
8686 x:Name=" HashesListView"
87- ItemsSource=" {x:Bind HashesViewModel.Hashes, Mode=TwoWay }"
87+ ItemsSource=" {x:Bind HashesViewModel.Hashes, Mode=OneWay }"
8888 SelectedItem=" {x:Bind HashesViewModel.SelectedItem, Mode=TwoWay}" >
8989
9090 <!-- Header -->
You can’t perform that action at this time.
0 commit comments