Edit hamburger menu

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!

1 Like

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"
2 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.