Skip to content

Commit

Permalink
Changed: Disabled splashscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
GameGodS3 committed Jul 23, 2022
1 parent 9981163 commit 368ee53
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ app
fullscreenable: false,
transparent: true,
icon: nativeImage.createFromPath(droppointDefaultIcon),
show: false,
});
splashScreen.loadFile(path.join(__dirname, "../static/media/splash.jpeg"));
splashScreen.removeMenu();
setTimeout(() => {
splashScreen.hide();
}, 3000);
// splashScreen.loadFile(path.join(__dirname, "../static/media/splash.jpeg"));
// splashScreen.removeMenu();
// setTimeout(() => {
// splashScreen.hide();
// }, 3000);

if (BrowserWindow.getAllWindows.length === 0) {
const instance = new Instance();
Expand Down

0 comments on commit 368ee53

Please sign in to comment.