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:
@@ -1926,7 +1926,7 @@ void MainWidget::showBackFromStack(
|
||||
|
||||
void MainWidget::orderWidgets() {
|
||||
if (_dialogs) {
|
||||
_dialogs->raise();
|
||||
_dialogs->raiseWithTooltip();
|
||||
}
|
||||
if (_player) {
|
||||
_player->raise();
|
||||
|
Reference in New Issue
Block a user