2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

music player glitch fixed, added phrase about the members viewing in channels

This commit is contained in:
John Preston
2015-12-06 19:28:07 +03:00
parent 128cbefe0c
commit 485a6b551f
4 changed files with 22 additions and 2 deletions

View File

@@ -2716,6 +2716,7 @@ void MainWidget::hideAll() {
_topBar.hide();
_mediaType.hide();
_player.hide();
_playerHeight = 0;
}
void MainWidget::showAll() {
@@ -2790,6 +2791,7 @@ void MainWidget::showAll() {
}
}
}
resizeEvent(0);
App::wnd()->checkHistoryActivation();
}