Menubar's exit option closes only the current window
This commit is contained in:
parent
c0b4e2170f
commit
457da122cc
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ Item {
|
||||||
|
|
||||||
MenuItem {
|
MenuItem {
|
||||||
text: qsTr("Quit")
|
text: qsTr("Quit")
|
||||||
onTriggered: Qt.quit()
|
onTriggered: root.close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue