re-did version string in about using vue, fixed window not launching on yarn start under win10
This commit is contained in:
parent
f20e59d52e
commit
5f1326be80
5 changed files with 6 additions and 12 deletions
|
@ -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()
|
||||
});
|
||||
|
||||
/* *********************************************************************************************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue