Started wizard implementation

This commit is contained in:
Pax1601
2023-12-21 18:06:59 +01:00
parent 44295673dc
commit 92b1a46e8a
12 changed files with 613 additions and 655 deletions

View File

@@ -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'),