Fix taskbar restarting issue (#35)

This commit is contained in:
archi-Doc
2020-08-05 23:02:42 +02:00
committed by GitHub
parent 2601f9d525
commit 850f625f23
+1 -1
View File
@@ -931,7 +931,7 @@ namespace Hardcodet.Wpf.TaskbarNotification
/// </summary>
private void OnTaskbarCreated()
{
IsTaskbarIconCreated = false;
RemoveTaskbarIcon();
CreateTaskbarIcon();
}