mirror of
https://github.com/ppy/osu
synced 2025-03-05 02:49:30 +00:00
Don't show seconds in chat timestamps
This commit is contained in:
parent
71acb7e9fc
commit
e63080eb2e
@ -258,7 +258,7 @@ namespace osu.Game.Overlays.Chat
|
||||
|
||||
private void updateTimestamp()
|
||||
{
|
||||
drawableTimestamp.Text = message.Timestamp.LocalDateTime.ToLocalisableString(prefer24HourTime.Value ? @"HH:mm:ss" : @"hh:mm:ss tt");
|
||||
drawableTimestamp.Text = message.Timestamp.LocalDateTime.ToLocalisableString(prefer24HourTime.Value ? @"HH:mm" : @"hh:mm tt");
|
||||
}
|
||||
|
||||
private static readonly Color4[] default_username_colours =
|
||||
|
Loading…
Reference in New Issue
Block a user