finish auto-hide

This commit is contained in:
Paddy Xu
2017-08-06 21:01:02 +03:00
parent 5b97e7ef60
commit 56cb31fd2a
16 changed files with 241 additions and 71 deletions

View File

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