mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-15 12:49:13 +00:00
longer update notification time
This commit is contained in:
@@ -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"));
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user