Rename NotificationContent to MainContent

This commit is contained in:
Dean Herbert
2022-08-30 17:49:29 +09:00
parent 09aa3e065d
commit bea12ab3c2
2 changed files with 7 additions and 7 deletions

View File

@ -141,7 +141,7 @@ namespace osu.Game.Overlays.Notifications
case ProgressNotificationState.Completed:
loadingSpinner.Hide();
NotificationContent.MoveToY(-DrawSize.Y / 2, 200, Easing.OutQuint);
MainContent.MoveToY(-DrawSize.Y / 2, 200, Easing.OutQuint);
this.FadeOut(200).Finally(_ => Completed());
break;
}
@ -180,7 +180,7 @@ namespace osu.Game.Overlays.Notifications
RelativeSizeAxes = Axes.X,
});
NotificationContent.Add(progressBar = new ProgressBar
MainContent.Add(progressBar = new ProgressBar
{
Origin = Anchor.BottomLeft,
Anchor = Anchor.BottomLeft,