Merge branch 'feature/force-close-on-shutdown' into 'master'
Changed: shutdown behaviour to terminate app See merge request SympatheticFire/linear-app-launcher!11
This commit is contained in:
commit
037e73246d
@ -139,7 +139,8 @@ namespace AppLauncher
|
|||||||
break;
|
break;
|
||||||
case WM_QUERYENDSESSION:
|
case WM_QUERYENDSESSION:
|
||||||
requestExit = true;
|
requestExit = true;
|
||||||
this.Close();
|
//this.Close();
|
||||||
|
Application.Exit();
|
||||||
|
|
||||||
break;
|
break;
|
||||||
default: break;
|
default: break;
|
||||||
|
Reference in New Issue
Block a user