mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 23:45:44 +00:00
Fix third column appearing on window resize.
This commit is contained in:
@@ -395,7 +395,7 @@ void Controller::showSection(
|
||||
const SectionShow ¶ms) {
|
||||
if (App::wnd()->showSectionInExistingLayer(
|
||||
&memento,
|
||||
params)) {
|
||||
params) && !params.thirdColumn) {
|
||||
return;
|
||||
}
|
||||
App::main()->showSection(std::move(memento), params);
|
||||
|
Reference in New Issue
Block a user