2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Support topic icon display in topic profile.

This commit is contained in:
John Preston
2022-10-18 16:38:43 +04:00
parent fcc4503791
commit df5602d203
26 changed files with 317 additions and 119 deletions

View File

@@ -2727,10 +2727,6 @@ bool MainWidget::doWeMarkAsRead() const {
return isActive() && !_mainSection;
}
void MainWidget::saveFieldToHistoryLocalDraft() {
_history->saveFieldToHistoryLocalDraft();
}
bool MainWidget::isOneColumn() const {
return _controller->adaptive().isOneColumn();
}