mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
hyperterm: add fullscreen menu item (#1)
This commit is contained in:
parent
79ad1316c3
commit
61a29c9132
1 changed files with 3 additions and 0 deletions
3
index.js
3
index.js
|
|
@ -205,6 +205,9 @@ app.on('ready', () => {
|
||||||
focusedWindow.webContents.toggleDevTools();
|
focusedWindow.webContents.toggleDevTools();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
role: 'togglefullscreen'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue