Fix an error

This commit is contained in:
Ben Olden-Cooligan 2017-11-12 17:02:01 -05:00
parent 06c3c2743a
commit 015b369308

View File

@ -103,6 +103,9 @@ namespace NAPS2.WinForms
catch (ObjectDisposedException)
{
}
catch (InvalidOperationException)
{
}
working = false;
}
}, null, 0, 100);