chore: remove unseen dot
Do not need it due to color change for entire particle row.
This commit is contained in:
@@ -78,10 +78,6 @@ QVariant ParticleListModel::data(const QModelIndex &index, int role) const
|
||||
summary = particle.type;
|
||||
}
|
||||
QString display = QString("[%1] - %2").arg(emailPrefix, summary);
|
||||
if (!particle.seen)
|
||||
{
|
||||
display += " •";
|
||||
}
|
||||
return display;
|
||||
}
|
||||
else if (role == Qt::ForegroundRole)
|
||||
|
||||
Reference in New Issue
Block a user