This commit is contained in:
Lily 2025-04-18 11:54:07 -04:00
parent 0879bc3430
commit 53ba286b3e
No known key found for this signature in database
GPG key ID: 57E5B0E79E93B05C

View file

@ -620,7 +620,7 @@ void MessageLogWidget::logSetActivePhase(int phaseNumber)
soundEngine->playSound(phase.soundFileName);
appendHtml("<font color=\"" + phase.color + "\"><b>" + QDateTime::currentDateTime().toString("[hh:mm:ss] ") +
appendHtml("<font color=\"" + phase.color + "\"><b>" + getCurrentTime() +
phase.getName() + "</b></font>");
}