Enable .NET Core system aware DPI mode

Fix Exit button in window menu
Cleanup
This commit is contained in:
Alexander Horner
2022-12-06 23:25:07 +00:00
parent fde9a03887
commit 012eeaa65f
4 changed files with 48 additions and 84 deletions

View File

@@ -16,7 +16,7 @@ namespace ntfysh_client
[STAThread]
static void Main()
{
//Application.SetHighDpiMode(HighDpiMode.SystemAware);
Application.SetHighDpiMode(HighDpiMode.SystemAware);
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1(NotificationListener));