diff --git a/Telegram/SourceFiles/history/history_widget.cpp b/Telegram/SourceFiles/history/history_widget.cpp index df01a2c41..4841a8afa 100644 --- a/Telegram/SourceFiles/history/history_widget.cpp +++ b/Telegram/SourceFiles/history/history_widget.cpp @@ -5930,7 +5930,7 @@ void HistoryWidget::contextMenuEvent(QContextMenuEvent *e) { newOptions != Options::PreserveInfo); if (!error.isEmpty()) { Ui::ShowMultilineToast({ - .text = error + .text = { error } }); return; }