mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +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}" />
|
<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}" />
|
||||||
|
|||||||
Reference in New Issue
Block a user