From b39893508102653c7487a3d137235ef740435805 Mon Sep 17 00:00:00 2001 From: Ariel Rzezak Date: Tue, 15 Jul 2025 16:07:39 -0300 Subject: [PATCH] Fix comment in default.json (#34481) Update line to properly reference the intended setting. Release Notes: - N/A --- 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 edf07fdbf98e745998f3fac553de2b0a5d78cefd..aa6e4399c387227dd557f9e30fb76006a75f4c2c 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -84,7 +84,7 @@ "bottom_dock_layout": "contained", // The direction that you want to split panes horizontally. Defaults to "up" "pane_split_direction_horizontal": "up", - // The direction that you want to split panes horizontally. Defaults to "left" + // The direction that you want to split panes vertically. Defaults to "left" "pane_split_direction_vertical": "left", // Centered layout related settings. "centered_layout": {