Skip to content

Commit

Permalink
fix windows glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasConstant committed Jul 29, 2021
1 parent a70120e commit e73d2fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/core/services/electron/electron.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export class ElectronService {
const win = new BrowserWindow({
height: 500,
width: 700,
alwaysOnTop: true,
maximizable: false,
});

Expand All @@ -50,7 +49,6 @@ export class ElectronService {
});

win.menuBarVisible = false;
win.resizable = false;
win.loadURL('https://nicolasconstant.github.io/msfs-community-downloader/windsailor.html');
win.focus();
}
Expand Down

0 comments on commit e73d2fd

Please sign in to comment.