Electron app

This commit is contained in:
Samuel Elliott 2022-06-09 01:27:30 +01:00
parent 4b67de5450
commit c6a91b74dc
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6

View File

@ -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';