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; };