diff --git a/CHANGELOG.md b/CHANGELOG.md
index 107dc0cc..40429843 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/Wabbajack/MainWindow.xaml b/Wabbajack/MainWindow.xaml
index e3a5777c..6eaf590b 100644
--- a/Wabbajack/MainWindow.xaml
+++ b/Wabbajack/MainWindow.xaml
@@ -81,6 +81,6 @@
-
+
\ No newline at end of file