Fix #162: switch preview when calling from command-line

This commit is contained in:
Paddy Xu
2018-01-20 16:42:07 +02:00
parent 2ba3fcdf6e
commit 5c02a8c9cf
6 changed files with 14 additions and 6 deletions

View File

@@ -95,6 +95,7 @@ namespace QuickLook.Helpers
File.WriteAllText(changeLogPath, notes);
PipeServerManager.SendMessage(PipeMessages.Invoke, changeLogPath);
PipeServerManager.SendMessage(PipeMessages.Forget);
}
catch (Exception e)
{