firmware stage

This commit is contained in:
GreemDev
2025-11-21 03:36:10 -06:00
parent e0ed8f56ea
commit e202cccc6e
14 changed files with 355 additions and 54 deletions

View File

@@ -9,7 +9,7 @@ namespace Ryujinx.Ava.Systems.SetupWizard
/// <summary>
/// Define the logic and flow of this <see cref="BaseSetupWizard"/>.
/// </summary>
public abstract ValueTask Start();
public abstract Task Start();
protected ValueTask<bool> FirstPage()
{

View File

@@ -21,7 +21,7 @@ namespace Ryujinx.Ava.Systems.SetupWizard
[ObservableProperty]
public partial object? Content { get; set; }
[ObservableProperty] public partial object? HelpContent { get; set; } = "test";
[ObservableProperty] public partial object? HelpContent { get; set; }
[ObservableProperty]
public partial object? ActionContent { get; set; } = LocaleManager.Instance[LocaleKeys.SetupWizardActionNext];

View File

@@ -59,8 +59,6 @@
Content="{ext:Locale SetupWizardActionBack}"
Margin="10,0,0,0"
Command="{Binding MoveBackCommand}" />
<StackPanel Orientation="Horizontal">
</StackPanel>
<StackPanel Orientation="Horizontal"
HorizontalAlignment="Right"