mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Switch Info between columns and layer.
This commit is contained in:
@@ -3417,7 +3417,8 @@ void MainWidget::updateControlsGeometry() {
|
||||
_dialogs->stopWidthAnimation();
|
||||
}
|
||||
if (Adaptive::ThreeColumn()) {
|
||||
if (!_thirdSection) {
|
||||
if (!_thirdSection
|
||||
&& !_controller->takeThirdSectionFromLayer()) {
|
||||
if (Auth().data().tabbedSelectorSectionEnabled()) {
|
||||
_history->pushTabbedSelectorToThirdSection();
|
||||
} else if (Auth().data().thirdSectionInfoEnabled()) {
|
||||
|
Reference in New Issue
Block a user