OOPS broke the setup wizard :3

This commit is contained in:
GreemDev 2025-11-24 21:32:47 -06:00
parent f566a4d921
commit d75490cca6

View file

@ -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))