mirror of
https://github.com/vale981/tdesktop
synced 2025-03-07 02:31: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;
|
bool lastSeenWarningSeen = false;
|
||||||
ChatHelpers::SelectorTab selectorTab;
|
ChatHelpers::SelectorTab selectorTab;
|
||||||
bool tabbedSelectorSectionEnabled = true;
|
bool tabbedSelectorSectionEnabled = false;
|
||||||
int tabbedSelectorSectionTooltipShown = 0;
|
int tabbedSelectorSectionTooltipShown = 0;
|
||||||
QMap<QString, QString> soundOverrides;
|
QMap<QString, QString> soundOverrides;
|
||||||
Window::Column floatPlayerColumn;
|
Window::Column floatPlayerColumn;
|
||||||
RectPart floatPlayerCorner;
|
RectPart floatPlayerCorner;
|
||||||
base::flat_set<PeerId> groupStickersSectionHidden;
|
base::flat_set<PeerId> groupStickersSectionHidden;
|
||||||
bool thirdSectionInfoEnabled = false;
|
bool thirdSectionInfoEnabled = true;
|
||||||
bool smallDialogsList = false;
|
bool smallDialogsList = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue