Skip to content

Commit

Permalink
переделка разворота
Browse files Browse the repository at this point in the history
  • Loading branch information
Bassbarlow committed Aug 12, 2024
1 parent 99e485b commit 9e26293
Show file tree
Hide file tree
Showing 3 changed files with 229 additions and 1,920 deletions.
3 changes: 1 addition & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ if (!gotTheLock) {
app.on('second-instance', (event, commandLine, workingDirectory) => {
// Someone tried to start a second instance, focus our window.
if (win) {
if (win.isMinimized()) win.restore()
win.focus()
if (win.isMinimized()) win.show()
}
})

Expand Down
Loading

0 comments on commit 9e26293

Please sign in to comment.