mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-17 05:42:42 +00:00
Fix #162: switch preview when calling from command-line
This commit is contained in:
@@ -95,6 +95,7 @@ namespace QuickLook.Helpers
|
||||
File.WriteAllText(changeLogPath, notes);
|
||||
|
||||
PipeServerManager.SendMessage(PipeMessages.Invoke, changeLogPath);
|
||||
PipeServerManager.SendMessage(PipeMessages.Forget);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user