Skip to content

Commit

Permalink
Add Replay system capability for full-spec Zimit replay (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid authored Dec 11, 2023
1 parent 41bca5f commit cb2e6bb
Show file tree
Hide file tree
Showing 14 changed files with 61,527 additions and 289 deletions.
5 changes: 5 additions & 0 deletions main.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,18 @@ function createWindow () {
preload: path.join(__dirname, 'preload.cjs'),
nativeWindowOpen: true,
nodeIntegrationInWorker: true
// nodeIntegration: false,
// contextIsolation: true,
// enableRemoteModule: false,
// sandbox: true
}
});

// DEV: Uncomment this to open dev tools early in load process
// mainWindow.webContents.openDevTools();

mainWindow.loadFile('www/index.html');
// mainWindow.loadURL('https://pwa.kiwix.org/www/index.html');
}

function registerListeners () {
Expand Down
Loading

0 comments on commit cb2e6bb

Please sign in to comment.