kando-menu / kando

🥧 The Cross-Platform Pie Menu.
https://kando.menu
Other
3.11k stars 89 forks source link

Hide chrome #667

Closed Schneegans closed 1 month ago

Schneegans commented 1 month ago

This adds the possibility to hide sidebar and editor buttons. You can now add

"editorOptions": {
  "showSidebarButtonVisible": false,
  "showEditorButtonVisible": false
}

to your config.json to hide the show-sidebar and the show-editor buttons respectively. They will still be clickable, so you can still use them if you aim carefully.

This resolves #419.