Revert "When the application starts with "Start minimized" enabled on macOS (especially the"
This reverts commit 7b0d17987c
.
This commit is contained in:
parent
7b0d17987c
commit
4fcf3c13dd
2 changed files with 2 additions and 8 deletions
|
@ -69,11 +69,7 @@ Window {
|
|||
}
|
||||
|
||||
function onHideMainWindow() {
|
||||
if (Qt.platform.os === "osx") {
|
||||
root.showMinimized();
|
||||
} else {
|
||||
root.hide();
|
||||
}
|
||||
root.hide()
|
||||
}
|
||||
|
||||
function onShowErrorMessage(errorMessage) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue