feat(apps): WizardState.SelectedApps
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -5,6 +5,10 @@ namespace SilverOS.Welcome.App.Components;
|
|||||||
public sealed class WizardState
|
public sealed class WizardState
|
||||||
{
|
{
|
||||||
public FlavourManifest? Flavour { get; set; }
|
public FlavourManifest? Flavour { get; set; }
|
||||||
|
|
||||||
|
// Apps step: ids of catalog apps the user chose to install.
|
||||||
|
public HashSet<string> SelectedApps { get; set; } = new();
|
||||||
|
|
||||||
public string Username { get; set; } = "";
|
public string Username { get; set; } = "";
|
||||||
public string Password { get; set; } = "";
|
public string Password { get; set; } = "";
|
||||||
public string AdminPassword { get; set; } = "";
|
public string AdminPassword { get; set; } = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user