Fix missing braces
This commit is contained in:
parent
845957f33a
commit
2848065c65
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue