mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Improve documentation of showHamburguerMenu option (#2315)
This commit is contained in:
parent
47ccbe0c81
commit
9e7bd76ef9
1 changed files with 2 additions and 1 deletions
|
|
@ -38,7 +38,8 @@ module.exports = {
|
||||||
// custom css to embed in the terminal window
|
// custom css to embed in the terminal window
|
||||||
termCSS: '',
|
termCSS: '',
|
||||||
|
|
||||||
// set to `true` (without backticks) if you're using a Linux setup that doesn't show native menus
|
// set to `true` (without backticks and without quotes) if you're using a
|
||||||
|
// Linux setup that doesn't show native menus
|
||||||
// default: `false` on Linux, `true` on Windows (ignored on macOS)
|
// default: `false` on Linux, `true` on Windows (ignored on macOS)
|
||||||
showHamburgerMenu: '',
|
showHamburgerMenu: '',
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue