cedrozor / myrtille

A native HTML4 / HTML5 Remote Desktop Protocol and SSH client
https://www.myrtille.io
Apache License 2.0
1.78k stars 372 forks source link

Bare-bones Myrtille #366

Open deezed420 opened 1 year ago

deezed420 commented 1 year ago

Can there just be a bare-bones option of Myrtille without the options menu in the top-left of every session? Or can I hide it?

peterwi commented 1 year ago

you can hide that menu

deezed420 commented 1 year ago

you mean remove it completely without being able to click on it or anything?

cedrozor commented 12 months ago

You can hide the "..." toggle from default.css:

toolbarToggle

{ position: absolute; border: 1px solid #ddd; background-color: #F4F4F4; z-index: 200; visibility: hidden; display: none; }