Fix settings dialog not showing internal decompressor option correctly.

This commit is contained in:
2025-07-26 17:00:21 +01:00
parent 3e731115f2
commit a8921f640d

View File

@@ -108,7 +108,7 @@
<TextBlock Text="{x:Static resources:Localization.ChooseLabel}" /> <TextBlock Text="{x:Static resources:Localization.ChooseLabel}" />
</Button> </Button>
</Grid> </Grid>
<CheckBox Grid.Row="2" <CheckBox Grid.Row="3"
IsChecked="{Binding UseInternalDecompressor, Mode=TwoWay}"> IsChecked="{Binding UseInternalDecompressor, Mode=TwoWay}">
<CheckBox.Content> <CheckBox.Content>
<TextBlock Text="{x:Static resources:Localization.UseInternalDecompressorLabel}" /> <TextBlock Text="{x:Static resources:Localization.UseInternalDecompressorLabel}" />