Formatting
This commit is contained in:
@@ -77,8 +77,9 @@ void ErrorDialog::UpdateContent() {
|
||||
|
||||
QString html;
|
||||
for (const QString &message : current_messages_) {
|
||||
if (!html.isEmpty())
|
||||
if (!html.isEmpty()) {
|
||||
html += "<hr/>";
|
||||
}
|
||||
html += message.toHtmlEscaped();
|
||||
}
|
||||
ui_->messages->setHtml(html);
|
||||
|
||||
Reference in New Issue
Block a user