add type to mainWindow

This commit is contained in:
TheThomaas 2026-01-26 13:13:43 +01:00
parent 646aeddae8
commit 465ea168ad

View file

@ -7,7 +7,7 @@ import { autoUpdater } from 'electron-updater'
autoUpdater.autoDownload = false; autoUpdater.autoDownload = false;
autoUpdater.autoInstallOnAppQuit = true; autoUpdater.autoInstallOnAppQuit = true;
let mainWindow; let mainWindow: BrowserWindow;
let splashWindow: BrowserWindow; let splashWindow: BrowserWindow;
function createSplashWindow(): void { function createSplashWindow(): void {