mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 16:52:54 +08:00
Use 24 hour display for chat times.
This commit is contained in:
parent
9c8cd08927
commit
9cb789f426
@ -86,7 +86,7 @@ namespace osu.Game.Online.Chat.Drawables
|
||||
Anchor = Anchor.CentreLeft,
|
||||
Origin = Anchor.CentreLeft,
|
||||
Font = @"Exo2.0-SemiBold",
|
||||
Text = $@"{Message.Timestamp.LocalDateTime:hh:mm:ss}",
|
||||
Text = $@"{Message.Timestamp.LocalDateTime:HH:mm:ss}",
|
||||
FixedWidth = true,
|
||||
TextSize = text_size * 0.75f,
|
||||
Alpha = 0.4f,
|
||||
|
Loading…
Reference in New Issue
Block a user