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}" />
</Button>
</Grid>
<CheckBox Grid.Row="2"
<CheckBox Grid.Row="3"
IsChecked="{Binding UseInternalDecompressor, Mode=TwoWay}">
<CheckBox.Content>
<TextBlock Text="{x:Static resources:Localization.UseInternalDecompressorLabel}" />