diff --git a/MainForm.cs b/MainForm.cs index 4349ce5..6664fff 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -139,7 +139,8 @@ namespace AppLauncher break; case WM_QUERYENDSESSION: requestExit = true; - this.Close(); + //this.Close(); + Application.Exit(); break; default: break;