From b6f3dd51a0d8f62fb9f1c6805b73fff417f50760 Mon Sep 17 00:00:00 2001 From: Mikayla Date: Mon, 14 Aug 2023 10:47:29 -0700 Subject: [PATCH] Move default collab panel to the right --- assets/settings/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index 08faedbed6..2ddf4a137f 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -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 },