mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
extra window now works in browsers too
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user