mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
disabled ignore missing files
This commit is contained in:
parent
d8626e3141
commit
47fa4339fc
@ -20,6 +20,8 @@
|
||||
* Ignore .bin and .refcache files (DynDOLOD temp files)
|
||||
* Shell out to cmd.exe for VFS cleaning should fix "ReadOnlyFile" errors once and for all
|
||||
* Switch out folder selection routines for Win32 APIs, should fix issue #27
|
||||
* Disable the UI while working on things, so users don't accidentally mis-click during installation/loading
|
||||
* Disabled "ignore missing files", it didn't work anyways
|
||||
|
||||
#### Version 0.9.1 - 9/5/2019
|
||||
* Fixed a bug where having only one profile selected would result in no profiles being selected
|
||||
|
@ -81,6 +81,6 @@
|
||||
<Button Content="View Modlist Contents" Grid.Row="6" Height="30" Visibility="{Binding ShowReportButton}"
|
||||
Command="{Binding ShowReportCommand}" />
|
||||
<Button Content="Begin" Grid.Row="7" Height="30" Command="{Binding Begin}" IsEnabled="{Binding UIReady}"/>
|
||||
<CheckBox Content="Ignore Missing Files" Grid.Row="8" Height="20" IsChecked="{Binding IgnoreMissingFiles}" IsEnabled="{Binding UIReady}"/>
|
||||
<CheckBox Content="Ignore Missing Files" Grid.Row="8" Height="20" IsChecked="{Binding IgnoreMissingFiles}" IsEnabled="{Binding UIReady}" Visibility="Collapsed"/>
|
||||
</Grid>
|
||||
</Window>
|
Loading…
Reference in New Issue
Block a user