mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 12:53:11 +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();
|
updateMessageContent();
|
||||||
FinishTransforms(true);
|
FinishTransforms(true);
|
||||||
|
|
||||||
prefer24HourTime.BindValueChanged(_ => updateTimestamp(), true);
|
prefer24HourTime.BindValueChanged(_ => updateTimestamp());
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user