diff --git a/QuickLook/ViewerWindow.Actions.cs b/QuickLook/ViewerWindow.Actions.cs index d6e8ded..7c2124b 100644 --- a/QuickLook/ViewerWindow.Actions.cs +++ b/QuickLook/ViewerWindow.Actions.cs @@ -164,6 +164,7 @@ namespace QuickLook catch (Exception e) { exceptionHandler(path, ExceptionDispatchInfo.Capture(e)); + return; } SetOpenWithButtonAndPath();