Merge pull request #84 from Noggog/slideshow-shutdown-fix

Removed UpdateLoop abort
This commit is contained in:
Timothy Baldridge 2019-10-12 12:13:20 -06:00 committed by GitHub
commit 9f25c1db12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -522,7 +522,6 @@ namespace Wabbajack
UIReady = true;
Running = false;
installing = false;
slideshowThread.Abort();
}
})
{