longer update notification time

This commit is contained in:
Paddy Xu
2017-07-23 15:00:18 +03:00
parent b0e8a29f85
commit 45b7361e79
2 changed files with 6 additions and 3 deletions

View File

@@ -68,7 +68,9 @@ namespace QuickLook.Helpers
ViewWindowManager.GetInstance().InvokeViewer(changeLogPath);
TrayIconManager.GetInstance().ShowNotification("",
string.Format(TranslationHelper.GetString("Update_Found"), nVersion),
clickEvent: () => Process.Start(
timeout: 20000,
clickEvent:
() => Process.Start(
@"https://github.com/xupefei/QuickLook/releases/latest"));
});
}