Fix missing braces

This commit is contained in:
Eric Kotato 2022-02-14 23:59:41 +03:00
parent 845957f33a
commit 2848065c65

View file

@ -5930,7 +5930,7 @@ void HistoryWidget::contextMenuEvent(QContextMenuEvent *e) {
newOptions != Options::PreserveInfo); newOptions != Options::PreserveInfo);
if (!error.isEmpty()) { if (!error.isEmpty()) {
Ui::ShowMultilineToast({ Ui::ShowMultilineToast({
.text = error .text = { error }
}); });
return; return;
} }