Skip to content

Commit

Permalink
[automation] Improve naming when loading CSVs & stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Nov 22, 2024
1 parent 8731738 commit bff5a60
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ QString ProcessModel::prettyName() const noexcept
return pretty_name + " -> " + port_name;
}

if(!pretty_name.isEmpty())
return pretty_name;
return QStringLiteral("Automation");
}

Expand Down

0 comments on commit bff5a60

Please sign in to comment.