mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 10:11:41 -05:00
Enable third column info by default.
This commit is contained in:
parent
1a4d326abb
commit
b7077eb71d
1 changed files with 2 additions and 2 deletions
|
@ -171,13 +171,13 @@ private:
|
|||
|
||||
bool lastSeenWarningSeen = false;
|
||||
ChatHelpers::SelectorTab selectorTab;
|
||||
bool tabbedSelectorSectionEnabled = true;
|
||||
bool tabbedSelectorSectionEnabled = false;
|
||||
int tabbedSelectorSectionTooltipShown = 0;
|
||||
QMap<QString, QString> soundOverrides;
|
||||
Window::Column floatPlayerColumn;
|
||||
RectPart floatPlayerCorner;
|
||||
base::flat_set<PeerId> groupStickersSectionHidden;
|
||||
bool thirdSectionInfoEnabled = false;
|
||||
bool thirdSectionInfoEnabled = true;
|
||||
bool smallDialogsList = false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue