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

Fixed display of most of multiline toasts in corresponding window.

This commit is contained in:
23rd
2022-06-15 06:25:18 +03:00
parent eba606e85e
commit 6d4506f8aa
11 changed files with 38 additions and 11 deletions

View File

@@ -1253,6 +1253,7 @@ void MainWidget::showChooseReportMessages(
SectionShow::Way::Forward,
ShowForChooseMessagesMsgId);
Ui::ShowMultilineToast({
.parentOverride = Window::Show(controller()).toastParent(),
.text = { tr::lng_report_please_select_messages(tr::now) },
});
}