mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 11:14:45 +00:00
Fix settings dialog not showing internal decompressor option correctly.
This commit is contained in:
@@ -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}" />
|
||||
|
||||
Reference in New Issue
Block a user