How to hide those buttons (screen below) #714
-
Hello, guys. How to hide those buttons?(marked in red circles). |
Beta Was this translation helpful? Give feedback.
Answered by
Schneegans
Nov 25, 2024
Replies: 1 comment 1 reply
-
Hi there! You can edit your "editorOptions": {
"showSidebarButtonVisible": true,
"showEditorButtonVisible": true
} Just set both of them to false. You can read in the documentation where your |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Schneegans
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there! You can edit your
config.json
to hide them. This file contains something like this:Just set both of them to false.
You can read in the documentation where your
config.json
file is.