Skip to content

Commit

Permalink
Set DPI mode to PerMonitorV2
Browse files Browse the repository at this point in the history
  • Loading branch information
AEAEAEAE4343 committed Jun 2, 2021
1 parent ad8110e commit c2b17d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SimpleClassicThemeTaskbar/ApplicationEntryPoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ internal static void NewTaskbars()
[STAThread]
private static void Main(string[] args)
{
// Disable blurred scaling and enable DPI aware functions
Application.SetHighDpiMode(HighDpiMode.PerMonitorV2);

Logger.Initialize(LoggerVerbosity.Verbose);
foreach (var arg in args)
{
Expand Down

0 comments on commit c2b17d6

Please sign in to comment.