chore: remove unseen dot

Do not need it due to color change for entire particle row.
This commit is contained in:
talksik
2026-02-07 08:39:56 -08:00
parent a0b14827f8
commit 7629cdd084
-4
View File
@@ -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)