Skip to content

Commit 5b3d0f0

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

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
@@ -85,7 +85,7 @@
8585
<!-- Encoding -->
8686
<StackPanel
8787
x:Name="EncodingStackPanel"
88-
x:Load="{x:Bind ViewModel.IsArchiveEncodingUndetermined}"
88+
x:Load="{x:Bind ViewModel.IsArchiveEncodingUndetermined, Mode=OneWay}"
8989
Orientation="Vertical"
9090
Spacing="8">
9191

0 commit comments

Comments
 (0)