add type to mainWindow
This commit is contained in:
parent
646aeddae8
commit
465ea168ad
|
|
@ -7,7 +7,7 @@ import { autoUpdater } from 'electron-updater'
|
|||
autoUpdater.autoDownload = false;
|
||||
autoUpdater.autoInstallOnAppQuit = true;
|
||||
|
||||
let mainWindow;
|
||||
let mainWindow: BrowserWindow;
|
||||
let splashWindow: BrowserWindow;
|
||||
|
||||
function createSplashWindow(): void {
|
||||
|
|
|
|||
Loading…
Reference in a new issue