From 560aa01ed13710cbcb57285eb0250f8d97994ccc Mon Sep 17 00:00:00 2001 From: GreemDev Date: Mon, 24 Nov 2025 21:32:47 -0600 Subject: [PATCH] OOPS broke the setup wizard :3 --- src/Ryujinx/UI/Windows/MainWindow.axaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx/UI/Windows/MainWindow.axaml.cs b/src/Ryujinx/UI/Windows/MainWindow.axaml.cs index b563fbb80..4f50aa4f8 100644 --- a/src/Ryujinx/UI/Windows/MainWindow.axaml.cs +++ b/src/Ryujinx/UI/Windows/MainWindow.axaml.cs @@ -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))