mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
merge
This commit is contained in:
parent
0879bc3430
commit
53ba286b3e
1 changed files with 1 additions and 1 deletions
|
|
@ -620,7 +620,7 @@ void MessageLogWidget::logSetActivePhase(int phaseNumber)
|
||||||
|
|
||||||
soundEngine->playSound(phase.soundFileName);
|
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>");
|
phase.getName() + "</b></font>");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue