Question
Hide toolbar with code
How to enter any of the modes using a code.
Read Mode - Ctrl+H or Shift+F4(hide vertical tools panel)
I've tried these options, but this is not what I wanted.
app.toolbar = false;
app.menubar = false;full screen mode is also not suitable for my purposes
app.fs.isFullScreen = true;
