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());