Skip to content

Commit

Permalink
Change msg icon and title
Browse files Browse the repository at this point in the history
  • Loading branch information
elecpower committed Jan 25, 2025
1 parent aa1ebab commit 7eeed6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions companion/src/mdichild.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1879,5 +1879,5 @@ bool MdiChild::invalidModels()
void MdiChild::modelShowErrors()
{
ModelData &mdl = radioData.models[getCurrentModel()];
QMessageBox::information(this, tr("Model: %1 Information").arg(mdl.name), mdl.errorsList().join("\n"));
}
QMessageBox::critical(this, QString("%1").arg(mdl.name), mdl.errorsList().join("\n"));
}

0 comments on commit 7eeed6f

Please sign in to comment.