OOPS broke the setup wizard :3

This commit is contained in:
GreemDev
2025-12-19 23:15:23 -06:00
parent 6cd03f15fa
commit 1d6c2426df
+1 -1
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))