1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 22:22:55 +08:00

Add back removed .ToUpper() case transform

This commit is contained in:
Bartłomiej Dach 2023-07-08 14:10:05 +02:00
parent f8be6d41f7
commit 3a9b259f8a
No known key found for this signature in database

View File

@ -73,7 +73,7 @@ namespace osu.Game.Overlays.Notifications
{ {
new ClearAllButton new ClearAllButton
{ {
Text = NotificationsStrings.ClearAll, Text = NotificationsStrings.ClearAll.ToUpper(),
Anchor = Anchor.TopRight, Anchor = Anchor.TopRight,
Origin = Anchor.TopRight, Origin = Anchor.TopRight,
Action = clearAll Action = clearAll