Skip to content

Commit

Permalink
Merge pull request #28 from Gaoyifei1011/main
Browse files Browse the repository at this point in the history
Fix the taskbar flashes issue when using Mile.Xaml.Managed.
  • Loading branch information
Gaoyifei1011 authored Jun 25, 2024
2 parents 78ae2e9 + 922eeaa commit d9db0ff
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 d9db0ff

Please sign in to comment.