From ca2b1a69724f117d44142a30bce05eb1e699a8f7 Mon Sep 17 00:00:00 2001 From: Stephen Niedzielski Date: Fri, 29 May 2020 12:03:43 -0600 Subject: [PATCH] [config] Change the sidebar's default state to open The sidebar in Latest mode supports collapsing and expanding (or hidden and visible). Initially, expanded is wanted. Bug: T246419 Change-Id: I0777f58fb9441aa834a29afa1b52185ad1b58ca7 --- includes/VectorTemplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/VectorTemplate.php b/includes/VectorTemplate.php index 902bdef06..88693b6d6 100644 --- a/includes/VectorTemplate.php +++ b/includes/VectorTemplate.php @@ -373,7 +373,7 @@ class VectorTemplate extends BaseTemplate { 'data-portals-first' => $firstPortal, 'msg-vector-action-toggle-sidebar' => $this->msg( 'vector-action-toggle-sidebar' )->text(), // [todo] fetch user preference when logged in (T246427). - 'sidebar-visible' => false + 'sidebar-visible' => true ]; }