diff --git a/Mystify/App.axaml.cs b/Mystify/App.axaml.cs index 382fd4d..40f1dc7 100644 --- a/Mystify/App.axaml.cs +++ b/Mystify/App.axaml.cs @@ -41,8 +41,8 @@ namespace Mystify desktopStyleApplicationLifetime.Exit += OnExit; _notifyIcon = _kernel.Resolve(); - _notifyIcon.ToolTipText = "Test tool tip"; - _notifyIcon.IconPath = "avares://Mystify/Resources/TestIcon.ico"; + _notifyIcon.ToolTipText = "Mystify"; + _notifyIcon.IconPath = "avares://Mystify/Resources/MystifyIcon.ico"; ContextMenu notifyIconContextMenu = new() { diff --git a/Mystify/Views/MainWindow.axaml b/Mystify/Views/MainWindow.axaml index 72e5a2d..25710d9 100644 --- a/Mystify/Views/MainWindow.axaml +++ b/Mystify/Views/MainWindow.axaml @@ -5,7 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" x:Class="Mystify.Views.MainWindow" - Icon="/Resources/TestIcon.ico" + Icon="/Resources/MystifyIcon.ico" Title="Mystify" Background="#FF3F3F3F" Foreground="#FFF0F0F0">