firmware stage

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

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];