Revert "When the application starts with "Start minimized" enabled on macOS (especially the"

This reverts commit 7b0d17987c.
This commit is contained in:
Yaroslav Yashin 2025-05-27 19:30:07 +03:00
parent 7b0d17987c
commit 4fcf3c13dd
2 changed files with 2 additions and 8 deletions

View file

@ -69,11 +69,7 @@ Window {
}
function onHideMainWindow() {
if (Qt.platform.os === "osx") {
root.showMinimized();
} else {
root.hide();
}
root.hide()
}
function onShowErrorMessage(errorMessage) {