mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-13 17:22:48 -05:00
Set tray icon ID
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
using FeedCenter.Properties;
|
using System;
|
||||||
|
using FeedCenter.Properties;
|
||||||
using H.NotifyIcon;
|
using H.NotifyIcon;
|
||||||
using System.Windows.Controls;
|
using System.Windows.Controls;
|
||||||
|
|
||||||
@@ -16,7 +17,7 @@ internal static class NotificationIcon
|
|||||||
_mainWindow = mainWindow;
|
_mainWindow = mainWindow;
|
||||||
|
|
||||||
// Create the notification icon
|
// 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;
|
_notificationIcon.TrayMouseDoubleClick += HandleNotificationIconDoubleClick;
|
||||||
|
|
||||||
// Setup the menu
|
// Setup the menu
|
||||||
|
|||||||
Reference in New Issue
Block a user