Get rid of the menu on our about window
This commit is contained in:
parent
a81c7b092b
commit
50b05be8fc
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ export function createAboutWindow() {
|
|||
},
|
||||
});
|
||||
|
||||
aboutWindow.setMenu(null);
|
||||
|
||||
aboutWindow.loadFile(join(__dirname, "about.html"));
|
||||
|
||||
aboutWindow.on("ready-to-show", () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue