mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
[ui] Main: fix action triggered by "Quit" button
Make sure to pass through the onClosing signal handler instead of just force quit the application.
This commit is contained in:
parent
e64c66e447
commit
91bd464ed7
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ ApplicationWindow {
|
|||
MenuSeparator { }
|
||||
Action {
|
||||
text: "Quit"
|
||||
onTriggered: Qt.quit()
|
||||
onTriggered: _window.close()
|
||||
}
|
||||
}
|
||||
Menu {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue