Closed Schneegans closed 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.
config.json
This resolves #419.
This adds the possibility to hide sidebar and editor buttons. You can now add
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.