From b7077eb71d3cb323c7948f6f247ef169a2d8950c Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 20 Sep 2017 10:09:58 +0300 Subject: [PATCH] Enable third column info by default. --- Telegram/SourceFiles/auth_session.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/SourceFiles/auth_session.h b/Telegram/SourceFiles/auth_session.h index 20a0f3e20a..25ed3da89a 100644 --- a/Telegram/SourceFiles/auth_session.h +++ b/Telegram/SourceFiles/auth_session.h @@ -171,13 +171,13 @@ private: bool lastSeenWarningSeen = false; ChatHelpers::SelectorTab selectorTab; - bool tabbedSelectorSectionEnabled = true; + bool tabbedSelectorSectionEnabled = false; int tabbedSelectorSectionTooltipShown = 0; QMap soundOverrides; Window::Column floatPlayerColumn; RectPart floatPlayerCorner; base::flat_set groupStickersSectionHidden; - bool thirdSectionInfoEnabled = false; + bool thirdSectionInfoEnabled = true; bool smallDialogsList = false; };