Merge pull request #90 from majestrate/exit-on-close-2020-11-26

allow the app to close when running on windows
This commit is contained in:
Jeff 2020-11-26 14:03:10 -05:00 committed by GitHub
commit 6522b5120f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -29,10 +29,7 @@ ApplicationWindow {
onClosing: {
if(platformDetails.isLinux())
{
window.exitApp();
}
window.exitApp();
}
@ -102,7 +99,7 @@ ApplicationWindow {
menu: Menu {
id: systrayMenu
enabled: platformDetails.hasSysTray();
enabled: true
MenuItem {
text: qsTr("Show")