Hey,
is it possible to edit or hide the hamburger menu on the top right?
I would like to, for example, remove “Record a screencast”.
Thanks for your help!
Hey,
is it possible to edit or hide the hamburger menu on the top right?
I would like to, for example, remove “Record a screencast”.
Thanks for your help!
You can configure your hamburger menu with the menu_items
parameter in set_page_config
.
There is a recent configuration option that was added to hide the hamburger as well. Namely include this in your config.toml
file:
[client]
toolbarMode = "minimal"