re-did version string in about using vue, fixed window not launching on yarn start under win10

This commit is contained in:
booploops 2022-02-11 01:37:42 -08:00
parent f20e59d52e
commit 5f1326be80
5 changed files with 6 additions and 12 deletions

View file

@ -602,8 +602,7 @@ export class BrowserWindow {
})
ipcMain.on('get-version', (_event) => {
app.getVersion()
BrowserWindow.win.webContents.send('version', app.getVersion());
_event.returnValue = app.getVersion()
});
/* *********************************************************************************************