Skip to content

Commit f1c956e

Browse files
Update src/Files.App/Dialogs/DecompressArchiveDialog.xaml
Co-authored-by: Yair <[email protected]> Signed-off-by: oxygen-dioxide <[email protected]>
1 parent 5b3d0f0 commit f1c956e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Dialogs/DecompressArchiveDialog.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
x:Name="EncodingBox"
100100
HorizontalAlignment="Stretch"
101101
VerticalAlignment="Stretch"
102-
ItemsSource="{x:Bind ViewModel.EncodingOptions}"
102+
ItemsSource="{x:Bind ViewModel.EncodingOptions, Mode=OneWay}"
103103
SelectedItem="{x:Bind ViewModel.SelectedEncoding, Mode=TwoWay}">
104104
<uc:ComboBoxEx.ItemTemplate>
105105
<DataTemplate x:DataType="items:EncodingItem">

0 commit comments

Comments
 (0)