From c6a91b74dc65f8d137cb55820fee8e0deca25469 Mon Sep 17 00:00:00 2001 From: Samuel Elliott Date: Thu, 9 Jun 2022 01:27:30 +0100 Subject: [PATCH] Electron app --- src/app/main/windows.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/main/windows.ts b/src/app/main/windows.ts index 2213618..29eb27b 100644 --- a/src/app/main/windows.ts +++ b/src/app/main/windows.ts @@ -1,5 +1,6 @@ import { app, BrowserWindow, BrowserWindowConstructorOptions, Menu, session, WebContents } from './electron.js'; import * as path from 'node:path'; +import { dev } from '../../util/product.js'; import { WindowConfiguration, WindowType } from '../common/types.js'; import { bundlepath } from './util.js'; import { app_menu, createWindowMenu } from './app-menu.js';