mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
ebrowser 1.0.27
This commit is contained in:
parent
17932d8843
commit
2e2b048336
2 changed files with 9 additions and 1 deletions
|
@ -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",
|
||||
|
|
|
@ -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: [
|
||||
|
|
Loading…
Reference in a new issue