mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-14 01:25:38 -05:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a7ef356bd |
@@ -1,4 +1,5 @@
|
||||
using FeedCenter.Properties;
|
||||
using System;
|
||||
using FeedCenter.Properties;
|
||||
using H.NotifyIcon;
|
||||
using System.Windows.Controls;
|
||||
|
||||
@@ -16,7 +17,7 @@ internal static class NotificationIcon
|
||||
_mainWindow = mainWindow;
|
||||
|
||||
// Create the notification icon
|
||||
_notificationIcon = new TaskbarIcon { Icon = Resources.Application };
|
||||
_notificationIcon = new TaskbarIcon { Icon = Resources.Application, Id = Guid.Parse("2F4CE5CA-BC20-4D0D-80D0-45F13C6F4905") };
|
||||
_notificationIcon.TrayMouseDoubleClick += HandleNotificationIconDoubleClick;
|
||||
|
||||
// Setup the menu
|
||||
|
||||
Reference in New Issue
Block a user