Skip to content

Commit

Permalink
Fix the taskbar flashes issue when using Mile.Xaml.Managed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaoyifei1011 committed Jun 25, 2024
1 parent 78ae2e9 commit 922eeaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mile.Xaml.Managed/CoreWindowHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ internal class CoreWindowHost : Form
public CoreWindowHost()
{
Controls.Add(new WindowsXamlHost());
ShowInTaskbar = false;
Show();
Hide();
}
Expand Down

0 comments on commit 922eeaa

Please sign in to comment.