|
|
|
@ -41,8 +41,8 @@ namespace Mystify |
|
|
|
desktopStyleApplicationLifetime.Exit += OnExit; |
|
|
|
desktopStyleApplicationLifetime.Exit += OnExit; |
|
|
|
|
|
|
|
|
|
|
|
_notifyIcon = _kernel.Resolve<INotifyIcon>(); |
|
|
|
_notifyIcon = _kernel.Resolve<INotifyIcon>(); |
|
|
|
_notifyIcon.ToolTipText = "Test tool tip"; |
|
|
|
_notifyIcon.ToolTipText = "Mystify"; |
|
|
|
_notifyIcon.IconPath = "avares://Mystify/Resources/TestIcon.ico"; |
|
|
|
_notifyIcon.IconPath = "avares://Mystify/Resources/MystifyIcon.ico"; |
|
|
|
|
|
|
|
|
|
|
|
ContextMenu notifyIconContextMenu = new() |
|
|
|
ContextMenu notifyIconContextMenu = new() |
|
|
|
{ |
|
|
|
{ |
|
|
|
|