mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-05 04:45:48 +00:00
cleanup
This commit is contained in:
@@ -22,9 +22,7 @@ namespace Ryujinx.Ava.Systems.SetupWizard
|
||||
.Show();
|
||||
}
|
||||
|
||||
protected SetupWizardPageBuilder NextPage()
|
||||
{
|
||||
return new SetupWizardPageBuilder(presenter);
|
||||
}
|
||||
protected SetupWizardPageBuilder NextPage()
|
||||
=> new(presenter);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user