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

Simplify ordering of stories tooltip.

This commit is contained in:
John Preston
2023-07-28 12:10:01 +04:00
parent fcd1062d78
commit 7d1725b339
5 changed files with 20 additions and 12 deletions

View File

@@ -1926,7 +1926,7 @@ void MainWidget::showBackFromStack(
void MainWidget::orderWidgets() {
if (_dialogs) {
_dialogs->raise();
_dialogs->raiseWithTooltip();
}
if (_player) {
_player->raise();