mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-30 00:49:16 +00:00
add a setup wizard opener in the help dropdown in the menu bar, that also respects CanShowSetupWizard
This commit is contained in:
@@ -144,10 +144,8 @@ namespace Ryujinx.Ava.UI.Windows
|
||||
{
|
||||
await ShowIntelMacWarningAsync();
|
||||
|
||||
if (Program.IsFirstStart && RyujinxSetupWizardWindow.CanShowSetupWizard)
|
||||
{
|
||||
if (Program.IsFirstStart)
|
||||
await RyujinxSetupWizardWindow.ShowAsync(this);
|
||||
}
|
||||
});
|
||||
|
||||
if (CommandLineState.FirmwareToInstallPathArg.TryGet(out FilePath fwPath))
|
||||
@@ -412,7 +410,7 @@ namespace Ryujinx.Ava.UI.Windows
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (!RyujinxSetupWizardWindow.IsUsingSetupWizard)
|
||||
else if (!RyujinxSetupWizardWindow.IsOpen)
|
||||
{
|
||||
ShowKeyErrorOnLoad = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user