mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-20 21:52:54 +00:00
move more of the setup wizard logic into the setup wizard itself instead of having some critical logic in a random lambda in MainWindow.axaml.cs
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Ryujinx.Ava.Systems.SetupWizard
|
||||
.Show();
|
||||
}
|
||||
|
||||
protected SetupWizardPageBuilder NextPage()
|
||||
protected SetupWizardPageBuilder NextPage()
|
||||
=> new(presenter);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user