mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-12-20 02:19:57 +08:00
Update ViewWindowManager.cs
This commit is contained in:
@@ -152,7 +152,7 @@ namespace QuickLook
|
|||||||
|
|
||||||
_viewerWindow.BeginHide();
|
_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());
|
Debug.WriteLine(e.SourceException.ToString());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user