mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 14:08:41 -09:00
Make default config clearer (#1379)
This commit is contained in:
parent
aec98f08b3
commit
fc685c7d02
1 changed files with 1 additions and 2 deletions
|
|
@ -27,8 +27,7 @@ module.exports = {
|
||||||
// custom css to embed in the terminal window
|
// custom css to embed in the terminal window
|
||||||
termCSS: '',
|
termCSS: '',
|
||||||
|
|
||||||
// set to `true` if you're using a Linux set up
|
// set to `true` (without backticks) if you're using a Linux setup that doesn't show native menus
|
||||||
// that doesn't shows 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