From a7f3709617525cc99133655450ca88faa340c784 Mon Sep 17 00:00:00 2001 From: Simon G Date: Wed, 14 Apr 2021 15:56:59 +0200 Subject: [PATCH] - use correct new icon path --- Mystify/App.axaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mystify/App.axaml.cs b/Mystify/App.axaml.cs index 321f0ce..7a29ad7 100644 --- a/Mystify/App.axaml.cs +++ b/Mystify/App.axaml.cs @@ -42,7 +42,7 @@ namespace Mystify _notifyIcon = _kernel.Resolve(); _notifyIcon.ToolTipText = "Mystify"; - _notifyIcon.IconPath = "avares://Mystify/Resources/MystifyIcon.ico"; + _notifyIcon.IconPath = "avares://Mystify/Resources/Icons/MystifyIcon.ico"; ContextMenu notifyIconContextMenu = new() {