cean closewindow

This commit is contained in:
Adam Mathes 2019-02-09 19:56:43 -08:00
parent 52140c4c45
commit 32eab18da9

View File

@ -174,9 +174,5 @@ ApplicationWindow{
}
onClosing: {
root.closeWindow()
// OSX Since we are currently supporting only one window
// quit the application when it is closed.
//if (Qt.platform.os === "osx")
// Qt.quit()
}
}