chore: Default settings: Comments: dock option (#36476)
Minor tweak in the wording of the comments for the default settings regarding the `dock` option of the panels, in order to make them congruent across all panels. Release Notes: - N/A
This commit is contained in:
parent
e6d5a6a4fd
commit
2fb89c9b3e
1 changed files with 2 additions and 2 deletions
|
@ -717,7 +717,7 @@
|
||||||
// Can be 'never', 'always', or 'when_in_call',
|
// Can be 'never', 'always', or 'when_in_call',
|
||||||
// or a boolean (interpreted as 'never'/'always').
|
// or a boolean (interpreted as 'never'/'always').
|
||||||
"button": "when_in_call",
|
"button": "when_in_call",
|
||||||
// Where to the chat panel. Can be 'left' or 'right'.
|
// Where to dock the chat panel. Can be 'left' or 'right'.
|
||||||
"dock": "right",
|
"dock": "right",
|
||||||
// Default width of the chat panel.
|
// Default width of the chat panel.
|
||||||
"default_width": 240
|
"default_width": 240
|
||||||
|
@ -725,7 +725,7 @@
|
||||||
"git_panel": {
|
"git_panel": {
|
||||||
// Whether to show the git panel button in the status bar.
|
// Whether to show the git panel button in the status bar.
|
||||||
"button": true,
|
"button": true,
|
||||||
// Where to show the git panel. Can be 'left' or 'right'.
|
// Where to dock the git panel. Can be 'left' or 'right'.
|
||||||
"dock": "left",
|
"dock": "left",
|
||||||
// Default width of the git panel.
|
// Default width of the git panel.
|
||||||
"default_width": 360,
|
"default_width": 360,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue