get the window to display
Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com>
This commit is contained in:
parent
5d1a5e3ecb
commit
a81c7b092b
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ export function createAboutWindow() {
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
aboutWindow.loadFile("about.html");
|
aboutWindow.loadFile(join(__dirname, "about.html"));
|
||||||
|
|
||||||
aboutWindow.on("ready-to-show", () => {
|
aboutWindow.on("ready-to-show", () => {
|
||||||
aboutWindow.show();
|
aboutWindow.show();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue