feat: shorten particle id
This commit is contained in:
+1
-1
@@ -392,7 +392,7 @@ void MainWindow::updateStatusBar()
|
|||||||
const Particle *particle = m_store->particleById(m_selectedParticleId);
|
const Particle *particle = m_store->particleById(m_selectedParticleId);
|
||||||
if (particle)
|
if (particle)
|
||||||
{
|
{
|
||||||
pathComponents << particle->id;
|
pathComponents << "p_" + particle->id.right(5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user