mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Started wizard implementation
This commit is contained in:
@@ -7,9 +7,10 @@ let window;
|
||||
|
||||
function createWindow() {
|
||||
const window = new electronBrowserWindow({
|
||||
width: 1310,
|
||||
width: 500,
|
||||
height: 800,
|
||||
frame: false,
|
||||
resizable: false,
|
||||
webPreferences: {
|
||||
contextIsolation: true,
|
||||
preload: path.join(__dirname, "javascripts", 'preload.js'),
|
||||
|
||||
Reference in New Issue
Block a user