summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/qt5/horizonwizard.cc1
-rw-r--r--ui/qt5/horizonwizard.hh1
2 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc
index ba4b487..b3e6c51 100644
--- a/ui/qt5/horizonwizard.cc
+++ b/ui/qt5/horizonwizard.cc
@@ -62,6 +62,7 @@ static std::map<int, std::string> help_id_map = {
{HorizonWizard::Page_Hostname, "hostname"},
{HorizonWizard::Page_PkgSimple, "packages-simple"},
{HorizonWizard::Page_PkgCustom, "packages-custom"},
+ {HorizonWizard::Page_PkgCustomDefault, "packages-custom-default"},
{HorizonWizard::Page_Boot, "startup"},
{HorizonWizard::Page_Root, "rootpw"},
{HorizonWizard::Page_Accounts, "accounts"},
diff --git a/ui/qt5/horizonwizard.hh b/ui/qt5/horizonwizard.hh
index 3986f46..f009426 100644
--- a/ui/qt5/horizonwizard.hh
+++ b/ui/qt5/horizonwizard.hh
@@ -54,6 +54,7 @@ public:
Page_Hostname, /* hostname */
Page_PkgSimple, /* simple package selection */
Page_PkgCustom, /* custom package selection */
+ Page_PkgCustomDefault, /* custom package defaults selection */
Page_Boot, /* boot loader configuration */
Page_Root, /* root passphrase */
Page_Accounts, /* user account configuration */