From 2848065c6562c9851ae42bf57b13c3b94f9a4795 Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Mon, 14 Feb 2022 23:59:41 +0300 Subject: [PATCH] Fix missing braces --- Telegram/SourceFiles/history/history_widget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }