ebrowser 1.0.27

This commit is contained in:
James Feng Cao 2024-06-19 15:48:13 +08:00
parent 17932d8843
commit 2e2b048336
2 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{"version":"1.0.26",
{"version":"1.0.27",
"name": "ebrowser",
"description": "The keyboard-friendly minimal suckless web browser",
"main": "webview.js",

View File

@ -358,6 +358,14 @@ function onContextMenu(event, params){
function topMenu(){
const menuTemplate = [
{
label: '&Edit',
submenu: [
{ label: 'Config folder', click: ()=>{
shell.openPath(__dirname);
}},
]
},
{
label: '&Help',
submenu: [