Improve caching

This commit is contained in:
2026-07-21 18:45:59 +10:00
parent 92c61abcfe
commit 7d134ff8c9
24 changed files with 519 additions and 105 deletions

View File

@@ -61,6 +61,8 @@ function createWindow() {
{ label: 'Back', accelerator: 'Alt+Left', click: () => window.webContents.send('native-vue:back') },
{ label: 'Forward', accelerator: 'Alt+Right', click: () => window.webContents.send('native-vue:forward') },
{ type: 'separator' },
{ label: 'Trim Navigation Cache', click: () => window.webContents.send('native-vue:memory-pressure') },
{ type: 'separator' },
{ role: 'reload' },
],
},