mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 18:46:49 +00:00
Move default collab panel to the right
This commit is contained in:
parent
b07555b6df
commit
b6f3dd51a0
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@
|
||||||
// Whether to show the collaboration panel button in the status bar.
|
// Whether to show the collaboration panel button in the status bar.
|
||||||
"button": true,
|
"button": true,
|
||||||
// Where to dock channels panel. Can be 'left' or 'right'.
|
// Where to dock channels panel. Can be 'left' or 'right'.
|
||||||
"dock": "left",
|
"dock": "right",
|
||||||
// Default width of the channels panel.
|
// Default width of the channels panel.
|
||||||
"default_width": 240
|
"default_width": 240
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue