Menubar's exit option closes only the current window

pull/26/head
reionwong 4 years ago
parent c0b4e2170f
commit 457da122cc

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

Loading…
Cancel
Save