mirror of
https://github.com/greenshot/greenshot
synced 2025-07-30 11:40:40 -07:00
This reduces the native code in favor of another library so there is less to maintain.
This commit is contained in:
parent
e174a9a36b
commit
24c9b8fb36
20 changed files with 42 additions and 1108 deletions
|
@ -198,7 +198,7 @@ namespace Greenshot.Helpers
|
|||
{
|
||||
var notificationService = SimpleServiceProvider.Current.GetInstance<INotificationService>();
|
||||
var message = Language.GetFormattedString(LangKey.update_found, newVersion.ToString());
|
||||
notificationService.ShowInfoMessage(message, 10000, () => Process.Start(Downloads.AbsoluteUri));
|
||||
notificationService.ShowInfoMessage(message, TimeSpan.FromHours(1), () => Process.Start(Downloads.AbsoluteUri));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue