Changed: shutdown behaviour to terminate app

This commit is contained in:
Ray 2021-06-01 00:28:31 +01:00
parent 093d2b5dfe
commit 631d5e3774

View File

@ -139,7 +139,8 @@ namespace AppLauncher
break;
case WM_QUERYENDSESSION:
requestExit = true;
this.Close();
//this.Close();
Application.Exit();
break;
default: break;