rename NotificationHelper to RyujinxNotificationManager,

rename instance method names.
Additionally clarified what the math is in the notification manager margin parameter.
This commit is contained in:
GreemDev
2025-11-26 17:12:35 -06:00
parent 2f794794c6
commit d8a6364cca
12 changed files with 49 additions and 40 deletions

View File

@@ -48,7 +48,7 @@ namespace Ryujinx.Ava.UI.SetupWizard
where TControl : RyujinxControl<TViewModel>, new()
where TViewModel : SetupWizardPageContext, new()
{
boundViewModel = new() { Notifications = ownerWizard.Notification };
boundViewModel = new() { NotificationManager = ownerWizard.NotificationManager };
return WithContent<TControl>(boundViewModel);
}