Move default collab panel to the right

This commit is contained in:
Mikayla 2023-08-14 10:47:29 -07:00
parent b07555b6df
commit b6f3dd51a0
No known key found for this signature in database

View File

@ -126,7 +126,7 @@
// Whether to show the collaboration panel button in the status bar.
"button": true,
// Where to dock channels panel. Can be 'left' or 'right'.
"dock": "left",
"dock": "right",
// Default width of the channels panel.
"default_width": 240
},