Skip to content

Commit

Permalink
Adapt to the workaround which is included in the next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Dec 31, 2023
1 parent a4f94cd commit c62d313
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MileXamlBlankAppNetFramework/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ public static class Program
[STAThread]
static void Main()
{
App app = new();

Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);

App app = new();

Application.Run(new Form1());

app.Close();
Expand Down

0 comments on commit c62d313

Please sign in to comment.