After downloading the Hyper.app I run with sucess but there are no menus. I tried on Windows and MacOS with success, but on Linux (at least on my workstation), it does not work as expected.
This is the screenshot of my screen: http://imgur.com/a/xl50w
I saw a video on Youtube of Hyper running on Fedora 25 without any problems.
@possebon in ~/.hyper.js set the showHamburgerMenu to true.
So it's showHamburgerMenu : true,
Thanks for you reply.
I changed but did not showed the menu anyway.
I just downloaded the version 1.1.0 too, and did not work either.
On Tue, Jan 10, 2017 at 4:58 PM, Stefan Ivic notifications@github.com
wrote:
@possebon https://github.com/possebon in ~/.hyper.js set the
showHamburgerMenu to true.
So it's showHamburgerMenu : true,—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/zeit/hyper/issues/1373#issuecomment-271664464, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAPu0QPuUiu1w4t32zqQt0jpBekSzoRlks5rQ9S8gaJpZM4LfRUq
.
@possebon I just got it working myself on F25. Make sure you're not using quotes as true should be a boolean not a string.
I got it working too now. It was the true value that I was using quotes.
Thanks Bryan.
On Thu, Jan 12, 2017 at 5:02 PM, Bryan Swagerty notifications@github.com
wrote:
@possebon https://github.com/possebon I just got it working myself on
F25. Make sure you're not using quotes as true should be a boolean not a
string.—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/zeit/hyper/issues/1373#issuecomment-272250890, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAPu0b4kmrXLM50SLK0lYJHMmi_DewFfks5rRniogaJpZM4LfRUq
.
Most helpful comment
@possebon in ~/.hyper.js set the showHamburgerMenu to true.
So it's
showHamburgerMenu : true,