mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-22 06:32:56 +00:00
OOPS broke the setup wizard :3
This commit is contained in:
@@ -144,7 +144,7 @@ namespace Ryujinx.Ava.UI.Windows
|
||||
await ShowIntelMacWarningAsync();
|
||||
|
||||
if (Program.IsFirstStart)
|
||||
await RyujinxSetupWizardWindow.ShowAsync(this);
|
||||
await RyujinxSetupWizardWindow.ShowAsync(overwriteMode: false, this);
|
||||
});
|
||||
|
||||
if (CommandLineState.FirmwareToInstallPathArg.TryGet(out FilePath fwPath))
|
||||
|
||||
Reference in New Issue
Block a user