mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-04 00:15:42 +00:00
Slightly improved code style for long equality expressions.
This commit is contained in:
@@ -2015,10 +2015,10 @@ void SessionController::resizeForThirdSection() {
|
||||
|
||||
auto &settings = Core::App().settings();
|
||||
auto layout = computeColumnLayout();
|
||||
auto tabbedSelectorSectionEnabled =
|
||||
settings.tabbedSelectorSectionEnabled();
|
||||
auto thirdSectionInfoEnabled =
|
||||
settings.thirdSectionInfoEnabled();
|
||||
auto tabbedSelectorSectionEnabled
|
||||
= settings.tabbedSelectorSectionEnabled();
|
||||
auto thirdSectionInfoEnabled
|
||||
= settings.thirdSectionInfoEnabled();
|
||||
settings.setTabbedSelectorSectionEnabled(false);
|
||||
settings.setThirdSectionInfoEnabled(false);
|
||||
|
||||
|
Reference in New Issue
Block a user