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

removing of recent hashtags added

This commit is contained in:
John Preston
2015-03-24 18:18:20 +03:00
parent 08e283bc91
commit b5d3580150
7 changed files with 81 additions and 11 deletions

View File

@@ -2103,6 +2103,7 @@ void MainWidget::showAll() {
profile->show();
} else {
history.show();
history.resizeEvent(0);
}
if (profile || overview || history.peer()) {
_topBar.show();
@@ -2129,6 +2130,7 @@ void MainWidget::showAll() {
profile->show();
} else if (history.peer()) {
history.show();
history.resizeEvent(0);
} else {
dialogs.show();
history.hide();