mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-21 20:55:49 +00:00
add "overwrite mode" for the setup wizard, basically this just ignores the precondition of having whatever the page configures before showing it.
i.e. if you had keys installed, previously it'd skip right to firmware. additionally added more customization to the now instance-based NotificationHelper
This commit is contained in:
@@ -48,7 +48,7 @@ namespace Ryujinx.Ava.UI.SetupWizard
|
||||
where TControl : RyujinxControl<TViewModel>, new()
|
||||
where TViewModel : SetupWizardPageContext, new()
|
||||
{
|
||||
boundViewModel = new() { Notifications = ownerWizard.NotificationHelper };
|
||||
boundViewModel = new() { Notifications = ownerWizard.Notification };
|
||||
|
||||
return WithContent<TControl>(boundViewModel);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user