This commit is contained in:
Paddy Xu
2017-08-06 15:06:55 +03:00
parent 768425ad0f
commit 3a20245304
41 changed files with 427 additions and 607 deletions

View File

@@ -266,7 +266,7 @@ namespace QuickLook.Plugin.VideoViewer
[DebuggerNonUserCode]
private void ShowErrorNotification(object sender, EventArgs e)
{
_context.ShowNotification("", "An error occurred while loading the video.");
TrayIconManager.GetInstance().ShowNotification("", "An error occurred while loading the video.");
mediaElement?.Stop();
Dispose();