mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 11:38:49 -07:00
TOTD: Exchange Gitter for Discord, Fix date format (#4920)
* Update tips_of_the_day.xml * Delete cockatrice/resources/tips/images/gitter.png * Add Discord icon * Update cockatrice.qrc * date format
This commit is contained in:
parent
a5706a47af
commit
9943133d6d
5 changed files with 5 additions and 5 deletions
|
|
@ -154,7 +154,7 @@ void DlgTipOfTheDay::updateTip(int tipId)
|
|||
imageLabel->setPixmap(image->scaled(w, h, Qt::KeepAspectRatio, Qt::SmoothTransformation));
|
||||
}
|
||||
|
||||
date->setText("<i>Tip added on: " + tip.getDate().toString("yyyy.MM.dd") + "</i>");
|
||||
date->setText("<i>Tip added on: " + tip.getDate().toString("yyyy-MM-dd") + "</i>");
|
||||
|
||||
tipNumber->setText("Tip " + QString::number(tipId + 1) + " / " + QString::number(tipDatabase->rowCount()));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue