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 86d1b34 commit 5b3d0f0Copy full SHA for 5b3d0f0
src/Files.App/Dialogs/DecompressArchiveDialog.xaml
@@ -85,7 +85,7 @@
85
<!-- Encoding -->
86
<StackPanel
87
x:Name="EncodingStackPanel"
88
- x:Load="{x:Bind ViewModel.IsArchiveEncodingUndetermined}"
+ x:Load="{x:Bind ViewModel.IsArchiveEncodingUndetermined, Mode=OneWay}"
89
Orientation="Vertical"
90
Spacing="8">
91
0 commit comments