Enable .NET Core system aware DPI mode
Fix Exit button in window menu Cleanup
This commit is contained in:
@@ -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));
|
||||
|
Reference in New Issue
Block a user