mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-03-11 20:35:34 +00:00
OOPS broke the setup wizard :3
This commit is contained in:
parent
6cd03f15fa
commit
1d6c2426df
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue