Fix taskbar restarting issue (#35)

This commit is contained in:
archi-Doc
2020-08-06 06:02:42 +09:00
committed by GitHub
parent 2601f9d525
commit 850f625f23

View File

@@ -931,7 +931,7 @@ namespace Hardcodet.Wpf.TaskbarNotification
/// </summary>
private void OnTaskbarCreated()
{
IsTaskbarIconCreated = false;
RemoveTaskbarIcon();
CreateTaskbarIcon();
}