mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-02 17:19:05 +00:00
add a setup wizard opener in the help dropdown in the menu bar, that also respects CanShowSetupWizard
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Ryujinx.Ava.UI.SetupWizard
|
||||
public override async Task Start()
|
||||
{
|
||||
NotificationHelper.SetNotificationManager(wizardWindow);
|
||||
RyujinxSetupWizardWindow.IsUsingSetupWizard = true;
|
||||
RyujinxSetupWizardWindow.IsOpen = true;
|
||||
Start:
|
||||
await FirstPage();
|
||||
|
||||
@@ -40,7 +40,7 @@ namespace Ryujinx.Ava.UI.SetupWizard
|
||||
Return:
|
||||
NotificationHelper.SetNotificationManager(_mainWindow);
|
||||
wizardWindow.Close();
|
||||
RyujinxSetupWizardWindow.IsUsingSetupWizard = false;
|
||||
RyujinxSetupWizardWindow.IsOpen = false;
|
||||
|
||||
if (_configWasModified)
|
||||
ConfigurationState.Instance.ToFileFormat().SaveConfig(Program.GlobalConfigurationPath);
|
||||
|
||||
Reference in New Issue
Block a user