From 6d78650b12909d39be36b6944eb99a2354ecb81c Mon Sep 17 00:00:00 2001 From: Paddy Xu Date: Sun, 21 Jan 2018 16:43:16 +0200 Subject: [PATCH] Update ViewWindowManager.cs --- QuickLook/ViewWindowManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QuickLook/ViewWindowManager.cs b/QuickLook/ViewWindowManager.cs index 8fd8453..7369846 100644 --- a/QuickLook/ViewWindowManager.cs +++ b/QuickLook/ViewWindowManager.cs @@ -152,7 +152,7 @@ namespace QuickLook _viewerWindow.BeginHide(); - TrayIconManager.ShowNotification("Failed to preview {Path.GetFileName(path)}", $"Consider reporting this incident to QuickLook’s author.", true); + TrayIconManager.ShowNotification($"Failed to preview {Path.GetFileName(path)}", "Consider reporting this incident to QuickLook’s author.", true); Debug.WriteLine(e.SourceException.ToString());