mirror of
https://github.com/greenshot/greenshot
synced 2025-07-30 11:40:40 -07:00
Working on making multiple notification systems possible, removing the old "notifyicon" balloon for Windows 10.
This commit is contained in:
parent
d0846b0f09
commit
1ba0bf9b10
6 changed files with 189 additions and 24 deletions
|
@ -29,7 +29,7 @@ namespace Greenshot.Helpers
|
|||
/// <summary>
|
||||
/// Notify the user with messages via the NotifyIcon
|
||||
/// </summary>
|
||||
public class NotifyIconNotificationService
|
||||
public class NotifyIconNotificationService : INotificationService
|
||||
{
|
||||
private static readonly ILog Log = LogManager.GetLogger(typeof(NotifyIconNotificationService));
|
||||
private readonly NotifyIcon _notifyIcon;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue