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 5b3d0f0 commit f1c956eCopy full SHA for f1c956e
src/Files.App/Dialogs/DecompressArchiveDialog.xaml
@@ -99,7 +99,7 @@
99
x:Name="EncodingBox"
100
HorizontalAlignment="Stretch"
101
VerticalAlignment="Stretch"
102
- ItemsSource="{x:Bind ViewModel.EncodingOptions}"
+ ItemsSource="{x:Bind ViewModel.EncodingOptions, Mode=OneWay}"
103
SelectedItem="{x:Bind ViewModel.SelectedEncoding, Mode=TwoWay}">
104
<uc:ComboBoxEx.ItemTemplate>
105
<DataTemplate x:DataType="items:EncodingItem">
0 commit comments