Skip to content

Commit

Permalink
Fix: minimize the updateWindow correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhu188 committed Feb 26, 2020
1 parent 7327c03 commit 548a7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/modules/ipcEvent.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export default function () {
updateWindow.show()
} else {
if (updateWindow.isVisible()) {
updateWindow.hide()
updateWindow.minimize()
} else {
updateWindow.show()
}
Expand Down

0 comments on commit 548a7f3

Please sign in to comment.