mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-12-16 12:09:51 +00:00
OOPS broke the setup wizard :3
This commit is contained in:
parent
5c7f2545b3
commit
560aa01ed1
@ -144,7 +144,7 @@ namespace Ryujinx.Ava.UI.Windows
|
|||||||
await ShowIntelMacWarningAsync();
|
await ShowIntelMacWarningAsync();
|
||||||
|
|
||||||
if (Program.IsFirstStart)
|
if (Program.IsFirstStart)
|
||||||
await RyujinxSetupWizardWindow.ShowAsync(this);
|
await RyujinxSetupWizardWindow.ShowAsync(overwriteMode: false, this);
|
||||||
});
|
});
|
||||||
|
|
||||||
if (CommandLineState.FirmwareToInstallPathArg.TryGet(out FilePath fwPath))
|
if (CommandLineState.FirmwareToInstallPathArg.TryGet(out FilePath fwPath))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user