get the window to display

Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com>
This commit is contained in:
AvaLilac 2026-04-05 22:59:17 -04:00 committed by GitHub
parent 5d1a5e3ecb
commit a81c7b092b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();