Upgrade to .NET Core 6 (Windows Only Target) and fix UI thread deadlock bug

This commit is contained in:
Alexander Horner
2022-12-06 23:17:03 +00:00
parent ed5a43a0e8
commit fde9a03887
8 changed files with 18 additions and 365 deletions

View File

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