mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-08 09:27:34 +00:00
fix null reference exception reported by Windows Store
This commit is contained in:
@@ -150,7 +150,7 @@ namespace QuickLook
|
||||
|
||||
private void CurrentPluginFailed(string path, ExceptionDispatchInfo e)
|
||||
{
|
||||
var plugin = _viewerWindow.Plugin.GetType();
|
||||
var plugin = _viewerWindow.Plugin?.GetType();
|
||||
|
||||
_viewerWindow.BeginHide();
|
||||
|
||||
|
Reference in New Issue
Block a user