extra window now works in browsers too

This commit is contained in:
zadam
2020-04-27 22:29:39 +02:00
parent 907cdd8fcb
commit ffbfccb701
4 changed files with 8 additions and 8 deletions

View File

@@ -18,8 +18,8 @@ let setupWindow;
async function createExtraWindow(notePath) {
const {BrowserWindow} = require('electron');
const win = new BrowserWindow({
height: 600,
width: 800,
width: 1000,
height: 800,
title: 'Trilium Notes',
webPreferences: {
enableRemoteModule: true,