exit on close

This commit is contained in:
Jeff Becker 2020-11-26 11:42:37 -05:00
parent 1f8ec6f133
commit 424d94d933
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 1 additions and 4 deletions

View File

@ -29,10 +29,7 @@ ApplicationWindow {
onClosing: {
if(platformDetails.isLinux())
{
window.exitApp();
}
window.exitApp();
}