mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Show tdesktop cloud themes in a box.
This commit is contained in:
@@ -2759,7 +2759,7 @@ void MainWidget::updateWindowAdaptiveLayout() {
|
||||
// dialogs widget to provide a wide enough chat history column.
|
||||
// Don't shrink the column on the first call, when window is inited.
|
||||
if (layout.windowLayout == Adaptive::WindowLayout::ThreeColumn
|
||||
&& _started && _controller->window()->positionInited()) {
|
||||
&& _started && _controller->widget()->positionInited()) {
|
||||
//auto chatWidth = layout.chatWidth;
|
||||
//if (_history->willSwitchToTabbedSelectorWithWidth(chatWidth)) {
|
||||
// auto thirdColumnWidth = _history->tabbedSelectorSectionWidth();
|
||||
|
Reference in New Issue
Block a user