Menubar's exit option closes only the current window

main
reionwong 5 years ago
parent d2a6cc9ab7
commit db652d3401

@ -66,7 +66,7 @@ Item {
MenuItem {
text: qsTr("Quit")
onTriggered: Qt.quit()
onTriggered: root.close()
}
}

Loading…
Cancel
Save