Skip to content

Commit

Permalink
Double window issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Donatello-Carboni committed Sep 28, 2024
1 parent 8330d0b commit 0012c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Desktop/src/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ app.whenReady().then(() => {
}
});

createWindow();
// createWindow();
});

app.on('open-url', (event, url) => {
Expand Down

0 comments on commit 0012c6b

Please sign in to comment.