mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 09:23:06 +08:00
Remove unnecessary timestamp update
Co-authored-by: Dean Herbert <pe@ppy.sh>
This commit is contained in:
parent
61ec0ba566
commit
76df61504f
@ -145,7 +145,7 @@ namespace osu.Game.Overlays.Chat
|
||||
updateMessageContent();
|
||||
FinishTransforms(true);
|
||||
|
||||
prefer24HourTime.BindValueChanged(_ => updateTimestamp(), true);
|
||||
prefer24HourTime.BindValueChanged(_ => updateTimestamp());
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user