mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 01:05:49 +01:00
use webview instead of iframe
This commit is contained in:
@@ -67,7 +67,8 @@ async function createMainWindow() {
|
||||
enableRemoteModule: true,
|
||||
nodeIntegration: true,
|
||||
contextIsolation: false,
|
||||
spellcheck: spellcheckEnabled
|
||||
spellcheck: spellcheckEnabled,
|
||||
webviewTag: true
|
||||
},
|
||||
frame: optionService.getOptionBool('nativeTitleBarVisible'),
|
||||
icon: getIcon()
|
||||
|
||||
Reference in New Issue
Block a user