2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

Add search button to info members header.

This commit is contained in:
John Preston
2017-12-08 12:14:30 +04:00
parent 8f87cfe29d
commit b501af0b8f
11 changed files with 122 additions and 76 deletions

View File

@@ -137,6 +137,7 @@ void Controller::updateSearchControllers(
}, _searchFieldController->lifetime());
}
_seachEnabledByContent = memento->searchEnabledByContent();
_searchStartsFocused = memento->searchStartsFocused();
} else {
_searchFieldController = nullptr;
}