- use correct new icon path

master
Simon G 5 years ago
parent 9ea0af9253
commit a7f3709617
  1. 2
      Mystify/App.axaml.cs

@ -42,7 +42,7 @@ namespace Mystify
_notifyIcon = _kernel.Resolve<INotifyIcon>(); _notifyIcon = _kernel.Resolve<INotifyIcon>();
_notifyIcon.ToolTipText = "Mystify"; _notifyIcon.ToolTipText = "Mystify";
_notifyIcon.IconPath = "avares://Mystify/Resources/MystifyIcon.ico"; _notifyIcon.IconPath = "avares://Mystify/Resources/Icons/MystifyIcon.ico";
ContextMenu notifyIconContextMenu = new() ContextMenu notifyIconContextMenu = new()
{ {

Loading…
Cancel
Save